Skip to content

Commit e75552f

Browse files
authored
Merge pull request #114 from stacklok/feat/apollo-mcp-server
Add Apollo MCP Server registry entry (pinned v0.7.5, streamable-http)
2 parents a3f25af + 274f9e9 commit e75552f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

0 commit comments

Comments
 (0)