Time-series database
Connect to InfluxDB for time-series data storage and analysis.
{
"mcpServers": {
"influxdb": {
"mcpServers": {
"influxdb": {
"env": {
"INFLUX_ORG": "your-org",
"INFLUX_URL": "http://localhost:8086",
"INFLUX_TOKEN": "your-token"
},
"args": [
"-y",
"influxdb-mcp-server"
],
"command": "npx"
}
}
}
}
}