mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-07 04:48:28 +08:00
26 lines
717 B
YAML
26 lines
717 B
YAML
name: "小智 Mcp Server"
|
|
version: "1.0"
|
|
slug: "mcp_ha_xiaozhi"
|
|
description: "小智官方服务器(虾哥)对接home assistant的mcp server"
|
|
url: "https://gitcode.com/waxgourd/addons"
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: application
|
|
boot: manual
|
|
translations: true
|
|
init: false
|
|
environment:
|
|
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
|
|
HA_MCP_ENDPOINT: "http://homeassistant:8123/mcp_server/sse"
|
|
API_ACCESS_TOKEN: ""
|
|
options:
|
|
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
|
|
HA_MCP_ENDPOINT: "http://homeassistant:8123/mcp_server/sse"
|
|
API_ACCESS_TOKEN:
|
|
schema:
|
|
XIAOZHI_MCP_ENDPOINT: str
|
|
HA_MCP_ENDPOINT: str
|
|
API_ACCESS_TOKEN: str
|
|
image: "r.hassbus.com/wghaos/xiaozhi-mcp-server"
|