ha-index-mcp-server

CodyRay/ha-index-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
An 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": {
    "ha-index-mcp-server": {
      "command": "uvx",
      "args": [
        "ha-index-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ha-index-mcp-server

README Excerpt

Home Assistant custom integration that exposes a **Model Context Protocol (MCP) server** for the Pebble Index 01 ring. > **Status: MVP (private)** — single hardcoded tool `run_script_test` → `script.test`. Purpose is to prove the end-to-end: Nabu Casa auth + Streamable HTTP + MCP Inspector → HA service call.

Tools (1)

index_mcp_server