πŸ”§

PostgreSQL Database Query Server

πŸ”§MCP Server

1Levick3/postgresql-mcp-server

VibeIndex|
What it does

Executes custom SQL queries against PostgreSQL databases with parameterization and configurable timeouts, designed for integration with the Cursor IDE via Model Context Protocol.

localhosted

Installation

npxRun with npx
npx -y @smithery/cli install @1Levick3/postgresql-mcp-server --client claude
npm runRun npm script
npm run build
npm runRun npm script
npm run dev
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "postgresql-mcp": { "command": "node",...
πŸ“– Extracted from 1Levick3/postgresql-mcp-server README
1
AddedJan 26, 2026