mcp-broker

NavinAgrawal/mcp-broker
★ 0 stars Python 🤖 AI/LLM Updated today
Local MCP broker that exposes one compact MCP entry for MCP clients while routing to many configured upstream servers.
View on GitHub → Try with Claude — $10 free →

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-broker": {
      "command": "uvx",
      "args": [
        "mcp-broker"
      ]
    }
  }
}

Or install with pip: pip install mcp-broker

README Excerpt

<!-- mcp-name: io.github.NavinAgrawal/mcp-broker --> `mcp-broker` is a local Model Context Protocol process broker for MCP clients. Think PgBouncer for MCP: one stable local endpoint in front of many upstream MCP servers. The broker owns upstream startup, reuse, cleanup, profile exposure, status, and safe tool routing.

Topics

ai-toolsclaudecodexdeveloper-toolsgemini-climcpmcp-clientmcp-gatewaymcp-servermodel-context-protocol