add postgres
This commit is contained in:
parent
79909c91be
commit
1a8d216cea
@ -9,3 +9,8 @@ mcpServers:
|
|||||||
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
|
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
|
||||||
headers:
|
headers:
|
||||||
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
|
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
|
||||||
|
postgres:
|
||||||
|
command: "uv"
|
||||||
|
args: ["run", "postgres-mcp", "--access-mode=unrestricted"]
|
||||||
|
env:
|
||||||
|
"DATABASE_URI": !ENV ${POSTGRES_URI}
|
@ -2,3 +2,4 @@ mcpo
|
|||||||
pyyaml
|
pyyaml
|
||||||
python-dotenv
|
python-dotenv
|
||||||
pyaml_env
|
pyaml_env
|
||||||
|
postgres-mcp
|
Loading…
x
Reference in New Issue
Block a user