{ "mcpServers": { "influxdb": { "command": "docker", "args": [ "run", "--rm", "-i", "--network=host", "-e", "INFLUX_URL=http://localhost:8086", "-e", "INFLUX_TOKEN=your_influxdb_token_here", "-e", "INFLUX_ORG=your_organization_name", "influxdb-mcp-server:latest" ] } } }