Skip to content
Cursor

mcp-broker for Cursor

io.github.doricstack/mcp-broker

Local MCP broker that exposes one compact entry for many upstream servers.

client:Cursor transport:stdio runtime:pypi

Install mcp-broker in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-broker": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-broker"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-broker in other clients