HomeOther › Apollo MCP Server

Apollo MCP Server

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

Rust
★ 309 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/apollographql/apollo-mcp-server:v1.19.0

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry