Skip to content

User Postgresql

Free

by MCP Community

A PostgreSQL MCP server built with @modelcontextprotocol/sdk.

v0.1.7Added Apr 12, 2026
mcpmodelcontextprotocolpostgresqlcursor
Works with:ClaudeGPTGeminiCopilot

User Postgresql MCP Server

A PostgreSQL MCP server built with @modelcontextprotocol/sdk.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y user-postgresql-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "user-postgresql": {
      "command": "npx",
      "args": ["-y", "user-postgresql-mcp"]
    }
  }
}