claudegoodies
MCP Server

postgres

From davila7

Install

claude mcp add postgres

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-postgres"
  ],
  "category": "Database",
  "description": "PostgreSQL database operations and query execution",
  "complexity": "Medium",
  "enabled": false,
  "env": {
    "POSTGRES_CONNECTION_STRING": ""
  }
}
View full source on GitHub →

Other mcp servers