postgres_mcp #2

Merged
armistace merged 3 commits from postgres_mcp into master 2025-07-28 15:23:11 +10:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 1a8d216cea - Show all commits

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