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

5
run-mcp.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/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