We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1977e2a + 6de14a3 commit f5d9c18Copy full SHA for f5d9c18
README.md
@@ -34,7 +34,12 @@ The server will start up and the UI will be accessible at `http://localhost:6274
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
+docker run --rm \
38
+ -p 127.0.0.1:6274:6274 \
39
+ -p 127.0.0.1:6277:6277 \
40
+ -e HOST=0.0.0.0 \
41
+ -e MCP_AUTO_OPEN_ENABLED=false \
42
+ ghcr.io/modelcontextprotocol/inspector:latest
43
```
44
45
### From an MCP server repository
0 commit comments