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
{
"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