mcpo_mcp_servers/mcpo_config.yaml

16 lines
523 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}
postgres:
command: "postgres-mcp"
args: ["--access-mode=unrestricted"]
env:
"DATABASE_URI": !ENV ${POSTGRES_URI}