User Postgresql
Freeby MCP Community
A PostgreSQL MCP server built with @modelcontextprotocol/sdk.
v0.1.7Added Apr 12, 2026
mcpmodelcontextprotocolpostgresqlcursor
User Postgresql MCP Server
A PostgreSQL MCP server built with @modelcontextprotocol/sdk.
Installation
Reviews
Installation
Quick install
npx -y user-postgresql-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"user-postgresql": {
"command": "npx",
"args": ["-y", "user-postgresql-mcp"]
}
}
}