Postgresql
Freeby MCP Community
PostgreSQL MCP Server for LLM coding agents
v3.0.0Added Apr 12, 2026
mcppostgresqlllmdatabasessl
Postgresql MCP Server
PostgreSQL MCP Server for LLM coding agents
Installation
Reviews
Installation
Quick install
npx -y mcp-server-postgresql
Add to claude_desktop_config.json
{
"mcpServers": {
"postgresql": {
"command": "npx",
"args": ["-y", "mcp-server-postgresql"]
}
}
}