postgres
01Plugin Claude Code
PostgreSQL database access with health diagnostics, slow query analysis, and connection monitoring.
Plugin Claude Code
PostgreSQL database access with health diagnostics, slow query analysis, and connection monitoring.
MCP server Claude CodeCodexCursor
PostgreSQL MCP server with diagnostics, slow query analysis, and connection monitoring. Runs locally from the @abiswas97/postgres-mcp npm package. Needs 7 environment variables to run.
Skill Claude CodeCodex
Debug database connection issues including too many connections, idle transactions, lock contention, and connection pool exhaustion. Use when the database is unresponsive, connections are refused, or queries are stuck waiting.
Skill Claude CodeCodex
Diagnose database health issues including cache performance, connection saturation, vacuum status, and unused indexes. Use when investigating database problems or running routine health checks.
Skill Claude CodeCodex
Analyze slow queries and suggest optimizations including missing indexes and query rewrites. Use when investigating query performance, high CPU usage, or slow response times.