mcp-http-bridge

cutlerbenjamin1-cmd/mcp-http-bridge
★ 0 stars Python Code/Dev Tools Updated 1d ago
Serve any stdio MCP server over MCP streamable HTTP, with a per-tool filter to gate what is exposed.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-http-bridge": {
      "command": "uvx",
      "args": [
        "mcp-http-bridge"
      ]
    }
  }
}

Or install with pip: pip install mcp-http-bridge

README Excerpt

Serve a stdio MCP server over streamable HTTP. > **WARNING: this bridge can turn local-only tools into network-reachable remote code execution.** > > Shell-level MCP servers like [shell-0](https://github.com/cutlerbenjamin1-cmd/shell-0) ship tools (`terminal`, `python_exec`, `js_exec`, `fs`) that run UNSANDBOXED, with your full user privileges. Put this bridge in front of one and enable those tools and anyone who can reach the port can run commands and read/write files on your machine. There is

Tools (5)

HTTP_TOOLS_CONFIGMCP_DEBUGMCP_HOSTMCP_PORTMCP_SERVER_MODULE