Serversio.github.Coolver/home-assistant-mcp
M

io.github.Coolver/home-assistant-mcp

io.github.Coolver/home-assistant-mcp · v3.2.12
▦ npm
v3.2.12npm npm: @coolver/home-assistant-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.Coolver/home-assistant-mcp",
  "description": "Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs",
  "repository": {
    "url": "https://github.com/Coolver/home-assistant-mcp",
    "source": "github"
  },
  "version": "3.2.12",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@coolver/home-assistant-mcp",
      "version": "3.2.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your on-board Home Assistant Vibecode Agent add-on (generated after installation of the add-on)",
          "isRequired": true,
          "format": "string",
          "name": "HA_AGENT_URL"
        },
        {
          "description": "Access key generated by the Home Assistant Vibecode Agent add-on after installation",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HA_AGENT_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}