postgres_mcp #2

Merged
armistace merged 3 commits from postgres_mcp into master 2025-07-28 15:23:11 +10:00
Showing only changes of commit 1e3202c869 - Show all commits

View File

@ -10,7 +10,7 @@ mcpServers:
headers:
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
postgres:
command: "uv"
args: ["run", "postgres-mcp", "--access-mode=unrestricted"]
command: "postgres-mcp"
args: ["--access-mode=unrestricted"]
env:
"DATABASE_URI": !ENV ${POSTGRES_URI}