Back to Browse

MCPBridge MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

About

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

Security Report

4.2
Use Caution4.2High Risk

MCPBridge is a well-structured MCP server that bridges Claude Code to Roblox Studio and Blender. The codebase demonstrates good architectural practices with proper separation of concerns and clear error handling. However, there are notable security concerns around arbitrary code execution capabilities, lack of input validation on code execution tools, and unauthenticated local HTTP endpoints that could be exploited if a malicious process runs on the same machine. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

network_local_socket

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-iamjrmh-mcpbridge": {
      "args": [
        "-y",
        "@iamjrmh/mcpbridge"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!