Postgres MCP Pro
Related Servers
Alternatives to Postgres MCP Pro
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe SQL execution.9MIT
- AlicenseAqualityDmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe sql execution.10MIT
- 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.1065 npmMIT
- AlicenseAqualityCmaintenanceA Postgres MCP server with index tuning, explain plans, health checks, and safe SQL execution for AI agents.9MIT
- AlicenseAqualityCmaintenanceMCP server for PostgreSQL that enables safe read-only database queries, table schema inspection, and query execution planning.652 npmBSD 3-Clause
TDQS
Scored across 9 tools
Tools are mostly distinct with clear purposes. The main potential confusion is between analyze_workload_indexes and analyze_query_indexes, which both recommend indexes but differ by input source (workload vs. explicit query list). Other tools like list_schemas, list_objects, and get_object_details build a clear hierarchy.
All tool names follow a consistent verb_noun pattern in lowercase snake_case (e.g., explain_query, list_schemas, analyze_db_health). The verbs (explain, list, get, analyze) are appropriate for their actions and the naming is uniform throughout the set.
With 9 tools, the server is well-scoped for PostgreSQL database analysis and optimization. Each tool covers a distinct aspect (schemas, objects, query plans, indexes, health, top queries, execution) without unnecessary bloat, fitting the typical ideal range.
The tool set provides strong coverage for common PostgreSQL diagnostic workflows: exploring schemas/objects, explaining queries, analyzing indexes, identifying top queries, and running health checks. Minor gaps include lack of direct table bloat analysis and no management tools (e.g., vacuum or reindex), but these are not core to the server's apparent read/analysis focus.