19 lines
353 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|