Skip to content

Postgresql

Free

by MCP Community

MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance — local, Supabase, AWS RDS, or s

v1.0.8Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpostgresqlpostgres
Works with:ClaudeGPTGeminiCopilot

Postgresql MCP Server

MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance — local, Supabase, AWS RDS, or s

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @sarmadparvez/postgresql-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgresql": {
      "command": "npx",
      "args": ["-y", "@sarmadparvez/postgresql-mcp"]
    }
  }
}