Skip to content

Postgres Full Access Extended

Free

by MCP Community

Full-access PostgreSQL server for Model Context Protocol with read/write capabilities and enhanced schema metadata

v0.4.4Added Apr 12, 2026
mcpmodel-context-protocolpostgrespostgresqldatabase
Works with:ClaudeGPTGeminiCopilot

Postgres Full Access Extended MCP Server

Full-access PostgreSQL server for Model Context Protocol with read/write capabilities and enhanced schema metadata

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-postgres-full-access-extended
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgres-full-access-extended": {
      "command": "npx",
      "args": ["-y", "mcp-postgres-full-access-extended"]
    }
  }
}