Files
ha-mcp-server/claude_desktop_config_docker.example.json
Felix Zösch 1761c3cdd3 Initial commit
2025-12-11 20:29:51 +01:00

19 lines
353 B
JSON

{
"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"
]
}
}
}