File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ schema:
71
71
docker run \
72
72
-it --rm \
73
73
--name apollo-mcp-server \
74
- -p 5050:5050 \
75
- -v <path/to>/mcp_config.yaml \
74
+ -p 5050:5000 \
75
+ -v <path/to>/mcp_config.yaml:/config.yaml \
76
76
-v $PWD/graphql/TheSpaceDevs:/data \
77
77
--pull always \
78
78
ghcr.io/apollographql/apollo-mcp-server:latest /config.yaml
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ Your project includes a pre-configured `mcp.Dockerfile` for easy deployment. Thi
265
265
1 . Run locally:
266
266
267
267
``` bash
268
- docker run -p 4000:4000 -p 5050:5050 \
268
+ docker run -p 4000:4000 -p 5050:5000 \
269
269
-e APOLLO_KEY=$APOLLO_KEY \
270
270
-e APOLLO_GRAPH_REF=$APOLLO_GRAPH_REF \
271
271
-e MCP_ENABLE=1 \
@@ -280,7 +280,7 @@ Your project includes a pre-configured `mcp.Dockerfile` for easy deployment. Thi
280
280
| ---------------------------- | ------------------------------- | -------- |
281
281
| ` APOLLO_KEY ` | Your graph's API key | Yes |
282
282
| ` APOLLO_GRAPH_REF ` | Your graph reference | Yes |
283
- | ` APOLLO_MCP_TRANSPORT__PORT ` | MCP server port (default: 5050 ) | No |
283
+ | ` APOLLO_MCP_TRANSPORT__PORT ` | MCP server port (default: 5000 ) | No |
284
284
| ` APOLLO_ROUTER_PORT ` | Router port (default: 4000) | No |
285
285
286
286
For more deployment options, see the [ Deploy the MCP Server] ( /apollo-mcp-server/deploy ) page.
You can’t perform that action at this time.
0 commit comments