Postgres
Freeby MCP Community
A Model Context Protocol server for PostgreSQL with Prisma-aware schema introspection.
v0.2.0Added Apr 12, 2026
Postgres MCP Server
A Model Context Protocol server for PostgreSQL with Prisma-aware schema introspection.
Installation
Reviews
Installation
Quick install
npx -y @passionfroot/postgres-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@passionfroot/postgres-mcp"]
}
}
}