Loading languages...
IN

influxdata/influxdb3_mcp_server

@influxdata12

MCP Server for InfluxDB 3

influxdb
mcp
database
time-series
node.js

# mcpServer Config

{
  "mcpServers": {
    "influxdb": {
      "command": "node",
      "args": [
        "/path/to/influx-mcp-standalone/build/index.js"
      ],
      "env": {
        "INFLUX_DB_INSTANCE_URL": "http://localhost:8181/",
        "INFLUX_DB_TOKEN": "<YOUR_INFLUXDB_TOKEN>",
        "INFLUX_DB_PRODUCT_TYPE": "core"
      }
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
言語:
TypeScript
作成日:5/23/2025
更新日:8/8/2025
ホームページ: