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
Copy file name to clipboardExpand all lines: docs/source/quickstart.mdx
+54-5Lines changed: 54 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@ The example files located in `graphql/TheSpaceDevs/` include:
61
61
62
62
## Step 2: Run the MCP Server
63
63
64
+
You can run the MCP Server using the Rover CLI or Docker.
65
+
66
+
> **Note**: We recommend using Docker if you typically use it in your developer workflow. Otherwise, use Rover.
67
+
68
+
### Run with Rover
69
+
64
70
1. From the root directory of your local repo, run `rover dev` to start a local graph with an MCP Server:
65
71
```sh showLineNumbers=false
66
72
rover dev --supergraph-config ./graphql/TheSpaceDevs/supergraph.yaml \
@@ -74,22 +80,65 @@ The example files located in `graphql/TheSpaceDevs/` include:
74
80
75
81
See the [command reference](/apollo-mcp-server/command-reference#config-options) for a list of available configuration options.
76
82
77
-
2. Start MCP Inspector to verify the server is running:
83
+
### Run with Docker
84
+
85
+
1. Modify the MCP server configuration in `graphql/TheSpaceDevs/config.yaml`. Update the paths to point to the `/data` directory, as the Docker container expects:
0 commit comments