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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulcakeface/ha-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server