Skip to content
Zed

allmcps server for Zed

io.github.jackalope-dev/allmcps-server

Search, browse, and submit MCP servers to the AllMCPs.com directory.

client:Zed transport:stdio runtime:npm

Install allmcps server 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": {
    "allmcps-server": {
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ],
      "env": {
        "ALLMCPS_MCP_URL": "<ALLMCPS_MCP_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

allmcps server in other clients