Skip to content

Commit 268c7cd

Browse files
committed
doc: for HTTP mode recommend binding to all interfaces
1 parent ea75a80 commit 268c7cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/mcp/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ docker run -d \
4343
-p 8082:8082 \
4444
--env HARVEST_TSDB_URL=http://your-prometheus:9090 \
4545
ghcr.io/netapp/harvest-mcp:latest \
46-
start --http --port 8082
46+
start --http --port 8082 --host 0.0.0.0
4747
```
4848

49+
If you only want to bind to localhost, omit the `--host` option.
50+
51+
```bash
52+
4953
Then configure your mcp.json:
5054

5155
```json

0 commit comments

Comments
 (0)