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
The server will start up and the UI will be accessible at `http://localhost:6274`.
31
31
32
+
### Docker Container
33
+
34
+
You can also start it in a Docker container with the following command:
35
+
36
+
```bash
37
+
docker run --rm --network host -p 6274:6274 -p 6277:6277 ghcr.io/modelcontextprotocol/inspector:latest
38
+
```
39
+
32
40
### From an MCP server repository
33
41
34
42
To inspect an MCP server implementation, there's no need to clone this repo. Instead, use `npx`. For example, if your server is built at `build/index.js`:
0 commit comments