[ MCP_NODE_3771 ]

postgresql-integration

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Connect to PostgreSQL databases for advanced data operations, complex queries, and enterprise database management.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "postgresql-integration-en": {
            "description": "Connect to PostgreSQL databases for advanced data operations, complex queries, and enterprise database management.",
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-postgres"
            ],
            "env": {
                "POSTGRES_CONNECTION_STRING": "postgresql://user:password@localhost:5432/dbname"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.