Files
influxdb-mcp-server/claude_desktop_config.example.json
Felix Zösch 3e23474476 Initial commit
2025-12-11 20:30:12 +01:00

16 lines
331 B
JSON

{
"mcpServers": {
"influxdb": {
"command": "node",
"args": [
"/absolute/path/to/influxdb-mcp-server/dist/index.js"
],
"env": {
"INFLUX_URL": "http://localhost:8086",
"INFLUX_TOKEN": "your_influxdb_token_here",
"INFLUX_ORG": "your_organization_name"
}
}
}
}