File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
registry/apollo-mcp-server Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # WARNING: Tool list fetch failed on 2025-09-08
2+ # Manual verification may be required
3+ name : apollo-mcp-server
4+ image : ghcr.io/apollographql/apollo-mcp-server:v0.7.5
5+ description : Exposes GraphQL operations as MCP tools for AI-driven API orchestration with Apollo
6+ tier : Official
7+ status : Active
8+ transport : streamable-http
9+ target_port : 5000
10+ repository_url : https://github.com/apollographql/apollo-mcp-server
11+ homepage : https://www.apollographql.com/docs/apollo-mcp-server
12+ license : MIT
13+ tags :
14+ - graphql
15+ - api
16+ - orchestration
17+ - apollo
18+ - mcp
19+ tools :
20+ # Tools are generated from your GraphQL operation names. Replace this with your actual operations.
21+ - example_GetAstronautsCurrentlyInSpace
22+ env_vars :
23+ - name : APOLLO_GRAPH_REF
24+ description : Graph ref (graph ID and variant) used to fetch persisted queries or schema (required if no config file)
25+ required : false
26+ - name : APOLLO_KEY
27+ description : Apollo Studio API key for the graph (required if no config file)
28+ required : false
29+ secret : true
30+ permissions :
31+ network :
32+ outbound :
33+ insecure_allow_all : true
34+ allow_port :
35+ - 443
You can’t perform that action at this time.
0 commit comments