mcpo_mcp_servers/mcpo_config.yaml
2025-07-23 12:42:18 +10:00

12 lines
371 B
YAML

mcpServers:
gitea_stdio:
command: "gitea-mcp"
args: ["-t", "stdio", "--host", "https://git.aridgwayweb.com"]
env:
GITEA_ACCESS_TOKEN: !ENV ${GITEA_TOKEN}
homeassistant:
type: sse
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
headers:
Authorization: !ENV ${HOMEASSISTANT_TOKEN}