Postgres
Freeby MCP Community
A blazing fast, type-safe MCP Server for AI Agents to interact with multiple PostgreSQL databases
v1.0.4Added Apr 12, 2026
mcppostgresdatabaseaiagent
Postgres MCP Server
A blazing fast, type-safe MCP Server for AI Agents to interact with multiple PostgreSQL databases
Installation
Reviews
Installation
Quick install
npx -y postgres-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "postgres-mcp"]
}
}
}