postgresql-mcp

sarmadparvez/postgresql-mcp
★ 0 stars JavaScript 🗄️ Database Updated 1mo ago
A read-write MCP server for any PostgreSQL database — local, cloud, or self-hosted.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "postgresql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sarmadparvez/postgresql-mcp"
      ]
    }
  }
}