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,15 @@
{
"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"
}
}
}
}