Loading MCP server directory, please wait...
MCP server that exposes GraphQL operations as tools for AI models.
npx @getmcp/cli add io.github.apollographql/apollo-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.apollographql/apollo-mcp-server": {
"command": "docker",
"args": [
"type=bind,src={config_path},dst=/config.yaml,readonly",
"type=bind,src={data_path},dst=/data",
"8000:8000",
"run",
"-i",
"--rm",
"ghcr.io/apollographql/apollo-mcp-server:v1.8.2",
"/config.yaml"
]
}
}
}