mcp all for Zed
io.github.antonytm/mcp-all
A Model Context Protocol server to run other MCP servers
client:Zed
transport:stdio
runtime:npm
Install mcp all in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-all": {
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-all"
],
"env": {
"TRANSPORT": "<TRANSPORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs