Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/mcp/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ docker run -d \
-p 8082:8082 \
--env HARVEST_TSDB_URL=http://your-prometheus:9090 \
ghcr.io/netapp/harvest-mcp:latest \
start --http --port 8082
start --http --port 8082 --host 0.0.0.0
```

If you only want to bind to localhost, omit the `--host` option.

```bash

Then configure your mcp.json:

```json
Expand Down
Loading