Modelcontextprotocol Server Postgres
Freeby MCP Community
MCP server for interacting with PostgreSQL databases
v0.5.2Added Apr 12, 2026
Modelcontextprotocol Server Postgres MCP Server
MCP server for interacting with PostgreSQL databases
Installation
Reviews
Installation
Quick install
npx -y modelcontextprotocol-server-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"modelcontextprotocol-server-postgres": {
"command": "npx",
"args": ["-y", "modelcontextprotocol-server-postgres"]
}
}
}