{ "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" } } } }