Skip to content

Postgres Full Access

Free

by MCP Community

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

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

Postgres Full Access 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
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgres-full-access": {
      "command": "npx",
      "args": ["-y", "mcp-postgres-full-access"]
    }
  }
}