Apollo MCP Server
Developmentstdiohttp-streaming
Apollo's official MCP server that exposes GraphQL operations as MCP tools, letting AI agents interact with any GraphQL API through the Model Context Protocol. Turns curated GraphQL operations into callable tools, supports schema introspection, and can run locally alongside a graph via the Rover CLI or in production with the Apollo Runtime Container.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
Подключение:
{
"mcpServers": {
"apollo-graphql": {
"command": "npx",
"args": [],
"env": {
"APOLLO_GRAPH_REF": "<YOUR_APOLLO_GRAPH_REF>",
"APOLLO_KEY": "<YOUR_APOLLO_KEY>"
}
}
}
}Инструменты (2)
execute_operation
Execute a predefined GraphQL operation exposed as an MCP tool against the configured graph.
{
"type": "object",
"properties": {
"variables": {
"type": "object",
"description": "Variables for the GraphQL operation"
}
}
}introspect
Introspect the GraphQL schema to discover available types and fields.
{
"type": "object",
"properties": {
"type_name": {
"type": "string",
"description": "Optional type name to focus the introspection on"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Звёзды
- 0
- Последнее обновление
- 12 июля 2026 г.