A comprehensive PostgreSQL client that exposes 27 tools across connection management, queries, schema introspection, CRUD operations, and server administration. You get parameterized queries with EXPLAIN ANALYZE, full schema exploration including indexes and constraints, and type-safe inserts with injection protection. It handles multi-database configs via YAML, supports HashiCorp Vault for credential management through AppRole authentication, and includes practical DBA tools like config reload and database sizing. Safety features like required confirmation flags on destructive operations make it suitable for production use. If you're doing database work through Claude and need more than basic queries, this covers the operational surface area you'd expect from a proper PostgreSQL client.
claude mcp add --transport stdio io.github.itunified-io-postgres -- npx -y @itunified.io/mcp-postgres