agent-terminal-ha-addon

modert/agent-terminal-ha-addon
★ 0 stars HTML AI/LLM Updated 1d ago
Home Assistant add-on: AI coding-agent CLI (Claude Code, pluggable) with a mobile-friendly web terminal, SSH and HA 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": {
    "agent-terminal-ha-ad": {
      "command": "npx",
      "args": [
        "-y",
        "modert/agent-terminal-ha-addon"
      ]
    }
  }
}

README Excerpt

Run an AI coding-agent CLI directly on your Home Assistant host. A persistent terminal for an AI coding agent: sidebar web panel that works on a phone (drag to scroll, on-screen keys, keyboard-aware layout), SSH for VS Code Remote-SSH, a shared tmux session that survives disconnects, and a built-in Home Assistant MCP server.