Skip to content

Postgres

Free

by MCP Community

A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants

v1.0.5Added Apr 12, 2026
postgresqlpostgresmcpdatabasemodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants

Installation

npx -y @henkey/postgres-mcp-server

Reviews

Leave a Review

Installation

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