Initial commit

This commit is contained in:
Felix Zösch
2025-12-11 20:29:51 +01:00
commit 1761c3cdd3
23 changed files with 5987 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"home-assistant": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--network=host",
"-e",
"HA_BASE_URL=http://homeassistant.local:8123",
"-e",
"HA_ACCESS_TOKEN=your_long_lived_access_token_here",
"ha-mcp-server:latest"
]
}
}
}