π§
postgres_mcp
π§MCP Serverjavimaligno/postgres_mcp
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-mcpnpxRun with npx
npx postgresql-mcpClaude CLIAdd MCP server via Claude CLI
claude mcp add postgres -s user \npm runRun npm script
npm run buildnpm 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