Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp all in other clients