forked from Coolver/home-assistant-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
36 lines (36 loc) · 1.12 KB
/
server.json
File metadata and controls
36 lines (36 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.Coolver/home-assistant-mcp",
"description": "Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs",
"repository": {
"url": "https://github.com/Coolver/home-assistant-mcp",
"source": "github"
},
"version": "3.2.16",
"packages": [
{
"registryType": "npm",
"identifier": "@coolver/home-assistant-mcp",
"version": "3.2.16",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "HA_AGENT_URL",
"description": "URL of your on-board Home Assistant Vibecode Agent add-on (generated after installation of the add-on)",
"isRequired": true,
"format": "string",
"isSecret": false
},
{
"name": "HA_AGENT_KEY",
"description": "Access key generated by the Home Assistant Vibecode Agent add-on after installation",
"isRequired": true,
"format": "string",
"isSecret": true
}
]
}
]
}