irsyadjpp/postgres-mcp-server

0Stars on the repository
11Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
ISCLicence, which decides whether bodies are shown

connection-debug

01

irsyadjpp/postgres-mcp-server

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.

0 26d ago A 41 tokens copy · 100% ISC

database-health

02

irsyadjpp/postgres-mcp-server

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.

0 26d ago A 33 tokens copy · 100% ISC

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Analyze and resolve deadlock patterns, lock contention, and transaction management issues. Use when investigating stuck queries, lock timeouts, deadlock errors, or transaction isolation problems.

0 26d ago A 39 tokens original ISC

index-optimization

04

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Analyze and optimize database indexes including duplicate detection, deduplication, foreign key indexes, JSONB GIN indexes, and ORM query coverage. Use when investigating slow queries, high disk usage from indexes, or missing index warnings.

0 26d ago A 49 tokens original ISC

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Monitor and optimize PostgreSQL maintenance operations including autovacuum tuning, vacuum progress, huge pages, and WAL management. Use when investigating table bloat, vacuum issues, or system resource optimization.

0 26d ago A 42 tokens original ISC

orm-performance

06

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Optimize JPA/Hibernate/Spring Boot ORM performance including N+1 queries, lazy loading, connection pool tuning, batch operations, and prepared statements. Use when investigating slow Java backend performance, high database load from ORM, or entity mapping issues.

0 26d ago A 52 tokens original ISC

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Manage and optimize PostgreSQL table partitioning including partition pruning, time-series partitioning, and partition maintenance. Use when investigating large table performance, time-series data growth, or partition-related issues.

0 26d ago A 41 tokens original ISC

schema-migration

08

irsyadjpp/postgres-mcp-server

Skill Claude CodeCodex

Track and validate database schema migrations including Flyway/Liquibase tracking, schema drift detection, generated columns, and extension management. Use when investigating migration failures, schema drift, or version control issues.

0 26d ago A 43 tokens original ISC

slow-query-analysis

09

irsyadjpp/postgres-mcp-server

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.

0 26d ago A 34 tokens copy · 100% ISC