Installation & Configuration
{
"command": "npx",
"args": [
"postgresql-mcp"
],
"env": {
"POSTGRES_HOST": "localhost",
"POSTGRES_PORT": "5432",
"POSTGRES_USER": "your_user",
"POSTGRES_PASSWORD": "your_password",
"POSTGRES_DB": "your_database"
}
}Information
Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12