mcp hive proxy for Zed
io.github.mcp-hive/mcp-hive-proxy
MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com
client:Zed
transport:stdio
runtime:npm
Install mcp hive proxy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-hive-proxy": {
"command": "npx",
"args": [
"-y",
"@mcp-hive-utils/proxy"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs