Postgres Full Access Extended
Freeby 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
Postgres Full Access Extended MCP Server
Full-access PostgreSQL server for Model Context Protocol with read/write capabilities and enhanced schema metadata
Installation
Reviews
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"]
}
}
}