Postgres Server
Freeby MCP Community
A Model Context Protocol server for PostgreSQL database operations
v0.1.3Added Apr 12, 2026
mcpmodel-context-protocolpostgrespostgresqldatabase
Postgres Server MCP Server
A Model Context Protocol server for PostgreSQL database operations
Installation
Reviews
Installation
Quick install
npx -y mcp-postgres-server
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-server": {
"command": "npx",
"args": ["-y", "mcp-postgres-server"]
}
}
}