6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper script to run InfluxDB MCP Server via Docker Compose
|
|
# This is useful for Claude Desktop integration with docker-compose
|
|
|
|
docker-compose run --rm influxdb-mcp-server
|