Skip to content

Postgres

Free

by MCP Community

PostgreSQL plugin for MCP server

v0.2.1Added Apr 12, 2026
mcppluginpostgrespostgresql
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

PostgreSQL plugin for MCP server

Installation

Reviews

Leave a Review

Installation

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