telemetry-agent

Ashwin1934/telemetry-agent
★ 0 stars Unknown language AI/LLM Updated 1mo ago
Smart-home telemetry platform with ESP32 microcontrollers / BME280 temperature sensors, streaming real-time sensor data into Apache Pekko/Akka actor systems for stateful event processing and exposing actor-managed state through an MCP server for AI-agent actions
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": {
    "telemetry-agent": {
      "command": "npx",
      "args": [
        "-y",
        "Ashwin1934/telemetry-agent"
      ]
    }
  }
}

README Excerpt

Smart-home telemetry platform with ESP32 microcontrollers / BME280 temperature sensors, streaming real-time sensor data into Apache Pekko/Akka actor systems for stateful event processing and exposing actor-managed state through an MCP server for AI-agent actions