You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rover dev --supergraph-config supergraph.yaml --mcp .apollo/mcp.local.yaml
66
61
```
67
62
</Tab>
68
63
</Tabs>
69
64
70
-
You should see:
71
-
72
-
```
73
-
✓ MCP server running at http://localhost:5000
74
-
✓ GraphQL API running at http://localhost:4000
75
-
```
76
-
77
-
Alternatively, you can also run the Apollo MCP Server via Docker, Apollo Runtime Container or using the MCP server binary - see the full guide on [Running the Apollo MCP Server](https://www.apollographql.com/docs/apollo-mcp-server/run).
78
-
65
+
You should see some output indicating that the GraphQL server is running at `http://localhost:4000` and the MCP server is running at `http://127.0.0.1:5050`.
79
66
80
67
### Verify with MCP Inspector
81
68
82
-
Before connecting Claude, verify your MCP server is working:
69
+
Before connecting to Claude, verify your MCP server is working. In a new terminal window, run:
0 commit comments