Skip to content

Postgres

Free

by MCP Community

Model Context Protocol server for PostgreSQL database operations

v0.1.5Added Apr 12, 2026
mcpmodel-context-protocolkyselydatabasepostgresql
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

Model Context Protocol server for PostgreSQL database operations

Installation

Reviews

Leave a Review

Installation

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