postgres-mcp

MCP

MCP server for read-only PostgreSQL database access.

Read-only PostgreSQL access for AI agents via MCP

Install

npmnpm install -g @modelcontextprotocol/server-postgres

Agent notes

When to use
AI agents querying production databases safely (read-only)

Use from an agent

curl -s https://clihub.com/api/tools/postgres-mcp | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug postgres-mcp on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views