Connect to PostgreSQL for CRUD, schema management, and database introspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "PostgreSQL MCP Server" yet — see the docs or source repo.
Connect to the PostgreSQL database and query the orders table for total orders, total revenue, and daily aggregates for the last 30 days.
Returns query results with 30-day order metrics and daily aggregated data.
List all tables, columns, primary keys, and foreign key relationships in the database, then summarize how user-related tables are connected.
Provides a schema overview and a summary of relationships among user-related tables.
Create a customer_feedback table in PostgreSQL with id, customer_id, rating, comment, and created_at fields, and add an index on customer_id.
Creates the table and index, then returns execution status or change results.
Connect to PostgreSQL for querying, inspection, performance analysis, and administration.
Connect to PostgreSQL via MCP for queries, schema inspection, and database changes.
Safely access and diagnose PostgreSQL databases through structured MCP tools.
Use natural language to query PostgreSQL, manage schemas, and inspect database stats.
Safely query and inspect PostgreSQL databases without enabling risky write operations by default.
Let AI query, manage, tune, and administer PostgreSQL databases deeply.