Initial commit
This commit is contained in:
18
claude_desktop_config.example.json
Normal file
18
claude_desktop_config.example.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user