GraphOS MCP Tools

Search Apollo docs, specs, and best practices

Play video

Apollo GraphOS Tools is a hosted MCP server that gives AI coding agents direct access to Apollo's official documentation and the Apollo Connectors specification. It provides three tools: Docs Search lets agents query across Apollo's documentation to find relevant guides, examples, and best practices for GraphQL, GraphOS, schema design, and deployment. Docs Read retrieves the full Markdown content of any documentation page so agents can provide complete, detailed guidance. Connectors Spec gives agents access to the official Apollo Connectors specification for creating and modifying REST-to-GraphQL integrations.

You can use GraphOS MCP Tools to:

Design GraphQL schemas:
"Help me design a GraphQL schema for an e-commerce app with products, orders, and users following Apollo best practices."

Create Apollo Connectors:
"I have a REST API at api.example.com/users. Help me create an Apollo Connector to expose it through GraphQL."

Configure Apollo Router:
"What's the recommended way to configure Apollo Router for a federated supergraph with three subgraphs?"

Set up caching:
"Read the Apollo docs page on cache policies and explain how I should set up caching for my Apollo Client app."