aradlein/hass-agent-llm
Home Assistant custom component extending the conversation platform with OpenAI-compatible LLM integration, ChromaDB vector search, automatic memory extraction, and extensible tool system.
Platform-specific configuration:
{
"mcpServers": {
"hass-agent-llm": {
"command": "npx",
"args": [
"-y",
"hass-agent-llm"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...