HA Admin MCP
by paulcakeface
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HA_URL | Yes | Home Assistant API base URL reachable from the container | |
| LOG_DIR | No | Audit-log directory inside the container | /data/logs |
| HA_TOKEN | Yes | Home Assistant long-lived access token | |
| MCP_HOST | No | Listen address inside the container | 0.0.0.0 |
| MCP_PORT | No | Listen port inside the container | 8000 |
| LOG_LEVEL | No | Application log level | INFO |
| BACKUP_DIR | No | Backup directory inside the container | /data/backups |
| MCP_ISSUER_URL | No | Static-auth issuer identifier; use the public base URL remotely | http://127.0.0.1:8765 |
| HA_AI_DIRECTORY | No | Host directory mounted at /ha-ai by Compose | ./ha-ai |
| MCP_CLIENT_TOKEN | Yes | Independent MCP client bearer token; minimum 32 bytes | |
| MCP_PUBLISH_HOST | No | Host address to which Compose publishes the port | 127.0.0.1 |
| MCP_PUBLISH_PORT | No | Published host port | 8765 |
| MCP_ALLOWED_HOSTS | No | Comma-separated Host header allowlist | 127.0.0.1:*,localhost:* |
| HA_AUTOMATIONS_FILE | No | AI automation file inside the container | /ha-ai/ai_automations.yaml |
| MCP_ALLOWED_ORIGINS | No | Comma-separated Origin header allowlist | local origins |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |