Skip to content

Postgres

Free

by MCP Community

A Model Context Protocol server for PostgreSQL with Prisma-aware schema introspection.

v0.2.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

A Model Context Protocol server for PostgreSQL with Prisma-aware schema introspection.

Installation

Reviews

Leave a Review

Installation

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