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