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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
Taşıma:
{
"mcpServers": {
"apollo-graphql": {
"command": "npx",
"args": [],
"env": {
"APOLLO_GRAPH_REF": "<YOUR_APOLLO_GRAPH_REF>",
"APOLLO_KEY": "<YOUR_APOLLO_KEY>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yıldızlar
- 0
- Son güncelleme
- 12 Temmuz 2026