Skip to content
Zed

mcp gateway for Zed

io.github.rupinder2/mcp-gateway

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

client:Zed transport:stdio runtime:pypi

Install mcp gateway in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp gateway in other clients