Connect to PostgreSQL across projects to inspect schemas, run queries, and analyze performance.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "query-executor" yet — see the docs or source repo.
Connect to the specified PostgreSQL project, list all schemas, tables, and key columns, and identify primary and foreign key relationships.
A clear schema overview showing tables and relationships for quick database understanding.
In the sales database, query the last 90 days of order count, revenue, and average order value by region, sorted by revenue descending.
An aggregated result table with key sales metrics by region, ready for analysis.
Perform a performance analysis for this PostgreSQL query, inspect the execution plan, identify bottlenecks, and suggest index or SQL optimizations.
An explanation of the execution plan, identified bottlenecks, and concrete optimization recommendations.
Explore PostgreSQL schemas and run safe read-only queries for analysis.
Securely connect AI to PostgreSQL for read-only queries, schema discovery, and performance analysis.
Connect AI to PostgreSQL for schema discovery, querying, and optional safe writes.
Query PostgreSQL databases in plain English with read-only schema discovery.
Lets AI securely query, modify, and inspect PostgreSQL databases.
Let AI clients run PostgreSQL queries, inspect schemas, and analyze query plans.