Initial commit

This commit is contained in:
Felix Zösch
2025-12-11 20:30:12 +01:00
commit 3e23474476
21 changed files with 5327 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
]
}
}
}