MCP server

Apollo GraphQL
MCPOfficial Apollo MCP. GraphQL operations as tools.
apollographql/apollo-mcp-server. The operations you published, not a raw schema dump.
latest·MIT·Updated this quarter·github.com/apollographql/apollo-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"apollo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apollographql/apollo-mcp-server"
]
}
}
}By Apollo
Spec
What the server actually exposes.
operations
readPublished GraphQL operations.
execute
readRun an operation after you confirm.
schema
readThe schema the server exposes.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
apollo-mcp.mcp/tools
Tools
- read
operations
Published GraphQL operations.
- read
execute
Run an operation after you confirm.
- read
schema
The schema the server exposes.
Last call
{ "ok": true,
"tool": "operations",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
