Apollo MCP Server is a Model Context Protocol server that exposes GraphQL operations as MCP tools, providing AI models with standardized access to orchestrate Apollo-powered APIs.
Exposes GraphQL operations as MCP tools for AI models to access and orchestrate your APIs running with Apollo.
{
"command": "apollo-mcp-server",
"args": ["--config", "config.json"],
"env": {
"APOLLO_KEY": "your-apollo-key-here",
"APOLLO_GRAPH_REF": "your-graph-ref@current"
}
}