mcp smart proxy for Zed
io.github.daedalus/mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers
client:Zed
transport:stdio
runtime:pypi
Install mcp smart proxy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-smart-proxy": {
"command": "uvx",
"args": [
"mcp-smart-proxy"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs