Skip to content

Postgres Sql

Free

by MCP Community

MCP server for PostgreSQL database queries

v1.0.0Added Apr 12, 2026
modelcontextprotocolmcpserverpostgresqlpostgres
Works with:ClaudeGPTGeminiCopilot

Postgres Sql MCP Server

MCP server for PostgreSQL database queries

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @spec-this/mcp-postgres-sql
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgres-sql": {
      "command": "npx",
      "args": ["-y", "@spec-this/mcp-postgres-sql"]
    }
  }
}