Skip to content

Apollo MCP Server for Zed

io.github.apollographql/apollo-mcp-server

MCP server that exposes GraphQL operations as tools for AI models.

client:Zed transport:stdio runtime:oci

Install Apollo MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "apollo-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.20.0"
      ]
    }
  }
}

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

Apollo MCP Server in other clients