πŸ”§

postgres_mcp

πŸ”§MCP Server

javimaligno/postgres_mcp

VibeIndex|
What it does

Provides a secure, read-only MCP server for exploring and querying PostgreSQL databases, enabling safe database introspection and analysis through standardized MCP protocols.

local

Installation

npm installInstall npm package
npm install -g postgresql-mcp
npxRun with npx
npx postgresql-mcp
Claude CLIAdd MCP server via Claude CLI
claude mcp add postgres -s user \
npm runRun npm script
npm run build
npm runRun npm script
npm run dev # Watch mode

+ 2 more commands in README

Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "postgres": { "command": "npx", "args": ["po...
πŸ“– Extracted from javimaligno/postgres_mcp README
0
AddedJan 26, 2026