Postgres
Freeby MCP Community
PostgreSQL plugin for MCP server
v0.2.1Added Apr 12, 2026
mcppluginpostgrespostgresql
Postgres MCP Server
PostgreSQL plugin for MCP server
Installation
Reviews
Installation
Quick install
npx -y @nam088/mcp-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@nam088/mcp-postgres"]
}
}
}