Skip to content
Zed

mcp funnel for Zed

io.github.chris-schra/mcp-funnel

MCP proxy that aggregates multiple servers with tool filtering and customization

client:Zed transport:stdio runtime:npm

Install mcp funnel 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-funnel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<MCP_FUNNEL_CONFIG>"
      }
    }
  }
}

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

mcp funnel in other clients