Explore PostgreSQL schemas and run safe read-only queries for analysis.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP PostgreSQL Explorer" yet — see the docs or source repo.
List all tables in this PostgreSQL database grouped by schema, then describe the users table with column names, types, nullability, and primary key details.
A schema-grouped table list plus a detailed field description of the users table.
Run a read-only query on the orders table to calculate daily order counts and total sales for the last 30 days, sorted by date ascending.
A day-by-day aggregated result set ready for analysis or charting.
Find the foreign key relationships among customers, orders, and order_items, and explain how they connect so I can write join queries.
An explanation of foreign key relationships and join paths among the three tables.
Query and explore PostgreSQL databases with SQL, tables, and schema inspection.
Let AI clients run PostgreSQL queries, inspect schemas, and analyze query plans.
Query PostgreSQL databases, inspect schemas, and analyze performance with natural language.
Lets AI assistants run SQL and inspect PostgreSQL schemas via MCP tools.
Let AI query local PostgreSQL data and inspect table schemas.
Connect AI to PostgreSQL for schema discovery, querying, and optional safe writes.