pgverdict
Related Servers
Alternatives to pgverdict
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe SQL execution for AI agents.9MIT
- AlicenseAqualityDmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe sql execution.10MIT
- FlicenseNot gradedqualityCmaintenanceA Python-based MCP server that analyzes PostgreSQL query plans, suggests indexes, and checks pagination safety to help optimize database performance.-
- AlicenseAqualityCmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe SQL execution.9MIT
- AlicenseBqualityCmaintenanceAn open-source MCP server for PostgreSQL that provides database health analysis, index tuning, query plan optimization, and safe SQL execution, suitable for both development and production environments.9MIT
- AlicenseAqualityBmaintenanceMCP server for PostgreSQL that enables schema exploration, safe SQL execution, EXPLAIN analysis, health checks, and index recommendations across multiple databases.1067 npmMIT
TDQS
Scored across 8 tools
Each tool maps to a distinct stage of the PostgreSQL optimization workflow: profile selection, hotspot identification, plan explanation, dead index detection, candidate simulation, real verification, parameter recovery, and migration generation. The descriptions explicitly separate similar-sounding tools like propose_index and verify_index, leaving no real boundary ambiguity.
All eight tool names follow the same snake_case verb_noun pattern: list_profiles, list_hotspots, explain_query, find_dead_weight, propose_index, verify_index, recover_parameters, generate_migration. The action verbs are predictable and each noun clearly indicates the target object.
Eight tools is a well-scoped size for this domain. Each tool earns its place by covering a distinct phase of the query verification loop, with no obvious redundancy or bloat.
The core verification lifecycle is covered end-to-end: identify hotspots, explain plans, propose and verify indexes, recover real parameters, and generate migrations. Minor peripheral gaps exist, such as profile lifecycle management and an explicit verification-record listing tool, but they do not block the primary workflow.