Postgres Sql
Freeby MCP Community
MCP server for PostgreSQL database queries
v1.0.0Added Apr 12, 2026
modelcontextprotocolmcpserverpostgresqlpostgres
Postgres Sql MCP Server
MCP server for PostgreSQL database queries
Installation
Reviews
Installation
Quick install
npx -y @spec-this/mcp-postgres-sql
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-sql": {
"command": "npx",
"args": ["-y", "@spec-this/mcp-postgres-sql"]
}
}
}