
Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "postgresql": {4 "env": {5 "PG_HOST": "your_host",6 "PG_PORT": "5432",7 "PG_USER": "your_user",8 "PG_DATABASE": "your_database",9 "PG_PASSWORD": "your_password"10 },11 "args": [12 "-y",13 "mcp-postgres-server"14 ],15 "command": "npx"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation