Apollo MCP Server✓
io.github.apollographql/apollo-mcp-server · v1.13.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.apollographql/apollo-mcp-server",
"description": "MCP server that exposes GraphQL operations as tools for AI models.",
"title": "Apollo MCP Server",
"repository": {
"url": "https://github.com/apollographql/apollo-mcp-server",
"source": "github"
},
"version": "1.13.0",
"websiteUrl": "https://www.apollographql.com/docs/apollo-mcp-server/",
"icons": [
{
"src": "https://raw.githubusercontent.com/apollographql/apollo-client-devtools/main/assets/apollo-wordmark.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/apollographql/apollo-mcp-server:v1.13.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Mount your config file into the container",
"isRequired": true,
"value": "type=bind,src={config_path},dst=/config.yaml,readonly",
"variables": {
"config_path": {
"description": "Path to your Apollo MCP Server configuration file on the host",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
},
{
"description": "Mount your project data directory into the container (for local schema and operations)",
"value": "type=bind,src={data_path},dst=/data",
"variables": {
"data_path": {
"description": "Path to your project directory containing schema and operation files",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
},
{
"description": "Expose the HTTP Streamable transport port",
"value": "8000:8000",
"type": "named",
"name": "-p"
}
],
"packageArguments": [
{
"value": "/config.yaml",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}