Skip to content

Postgres

Free

by MCP Community

A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities

v1.2.0Added Apr 12, 2026
mcpmodel-context-protocolpostgresqlpostgresdatabase
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities

Installation

npx -y @ahmetkca/mcp-server-postgres

Reviews

Leave a Review

Installation

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