Skip to content
Gemini CLI

Apollo MCP Server for Gemini CLI

io.github.apollographql/apollo-mcp-server

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

client:Gemini CLI transport:stdio runtime:oci

Install Apollo MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Apollo MCP Server in other clients