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