Initial commit
This commit is contained in:
15
claude_desktop_config.example.json
Normal file
15
claude_desktop_config.example.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user