add postgres

This commit is contained in:
armistace 2025-07-28 15:12:56 +10:00
parent 79909c91be
commit 1a8d216cea
2 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,8 @@ mcpServers:
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
headers:
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
postgres:
command: "uv"
args: ["run", "postgres-mcp", "--access-mode=unrestricted"]
env:
"DATABASE_URI": !ENV ${POSTGRES_URI}

View File

@ -2,3 +2,4 @@ mcpo
pyyaml
python-dotenv
pyaml_env
postgres-mcp