mcp-hub for Zed
io.github.ni-c/mcp-hub
Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client
client:Zed
transport:stdio
runtime:npm
Install mcp-hub in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub"
],
"env": {
"CONFIG_PATH": "<CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<TOOL_CACHE_PATH>",
"LOG_FILE": "<LOG_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs