send-to-influx

L337-org/send-to-influx
★ 2 stars Python DevOps Updated today
Script to take data from various smart-home APIs and post it to InfluxDB in order to visualise the data in Grafana or control your devices and perform deep analysis via the built-in MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "send-to-influx": {
      "command": "uvx",
      "args": [
        "send-to-influx"
      ]
    }
  }
}

Or install with pip: pip install send-to-influx

Topics

grafanainfluxdbmetricsmonitoringpython