Skip to content

Zed

Connect AllMCP to the Zed editor.

Get your API key Browse providers
  1. Open Zed settings

    Run agent: open settings from the command palette, or open your settings.json.

  2. Add the allmcp server

    Zed configures MCP servers under context_servers:

    settings.json
    {
    "context_servers": {
    "allmcp": {
    "url": "https://go.allmcp.co/mcp/",
    "headers": {
    "X-API-Key": "YOUR_API_KEY"
    }
    }
    }
    }
  3. Verify it’s working

    In the Zed Agent Panel, ask:

    What integrations does AllMCP support?