Skip to content
Cursor

mcp gateway for Cursor

io.github.rupinder2/mcp-gateway

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

client:Cursor transport:stdio runtime:pypi

Install mcp gateway in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-orchestration-gateway"
      ],
      "env": {
        "STORAGE_BACKEND": "<STORAGE_BACKEND>",
        "REDIS_URL": "<REDIS_URL>",
        "SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
      }
    }
  }
}

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

mcp gateway in other clients