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