Postgresql
Freeby MCP Community
MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance — local, Supabase, AWS RDS, or s
v1.0.8Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpostgresqlpostgres
Postgresql MCP Server
MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance — local, Supabase, AWS RDS, or s
Installation
Reviews
Installation
Quick install
npx -y @sarmadparvez/postgresql-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"postgresql": {
"command": "npx",
"args": ["-y", "@sarmadparvez/postgresql-mcp"]
}
}
}