GraphOS MCP Tools
officialGraphOS MCP Tools, now called GraphOS MCP Server, connects assistants to Apollo documentation and graph-building tools. Documentation tools can be used without authentication. Tools that access your graph require a GraphOS API key in the x-api-key header. This is not an OAuth connector; see the official setup examples before using account-specific tools.
What can you do with GraphOS Tools MCP?
- Fetch Apollo docs — Ask your assistant to retrieve Apollo GraphQL documentation pages via the public
fetch_documentationtool, no authentication needed. - Query graph schemas — Use
get_graph_schemato pull your GraphOS graph's schema by providing the graph ID and API key. - List graph operations — Request
list_operationsto view recent operations and performance data for a specific graph variant. - Inspect schema checks — Ask
get_schema_checkto review details of a schema check, including changes and validation results.
Hosted MCP Server
npx add-mcp 'https://mcp.apollographql.com'Installs into Claude Code, Codex, Cursor, VS Code and more
Documentation
GraphOS MCP Tools
GraphOS MCP Tools, now called GraphOS MCP Server, connects assistants to Apollo documentation and graph-building tools. Documentation tools can be used without authentication. Tools that access your graph require a GraphOS API key in the x-api-key header. This is not an OAuth connector; see the official setup examples before using account-specific tools.
Connection
Official documentation explicitly documents public tools plus optional x-api-key for graph-specific tools; not OAuth. Registry domain/publisher and hosted product were verified in the original inventory.