Skip to content

Garethcott Enhanced Postgres

Free

by MCP Community

Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.

v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeanthropicpostgres
Works with:ClaudeGPTGeminiCopilot

Garethcott Enhanced Postgres MCP Server

Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.

Installation

Reviews

Leave a Review

Installation

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