mcpgo for Zed
io.github.jschoemaker/mcpgo
Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.
client:Zed
transport:stdio
runtime:npm
Install mcpgo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcpgo": {
"command": "npx",
"args": [
"-y",
"@exfil/mcpgo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs