Skip to content

Postgres

Free

by MCP Community

PostgreSQL MCP Server — 27 tools for schema introspection, queries, CRUD, and server management via Model Context Protocol

v2026.4.10-2Added Apr 12, 2026
mcppostgrespostgresqldatabasedba
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

PostgreSQL MCP Server — 27 tools for schema introspection, queries, CRUD, and server management via Model Context Protocol

Installation

Reviews

Leave a Review

Installation

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