Safely inspect PostgreSQL schemas and run read-only queries for analysis.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "postgres-mcp-readonly" yet — see the docs or source repo.
Read the metadata of this PostgreSQL database in read-only mode. List all schemas, tables, views, and column types, then summarize them by business domain.
A clear schema overview with database objects, column types, and grouped business-domain notes.
Use read-only SQL to analyze the last 90 days of order data. Calculate daily order count, revenue, and refund rate, then identify unusual spikes or drops and possible causes.
A data analysis report with metrics, trend summaries, and explanations for anomalous dates.
Inspect the reporting-related tables, columns, indexes, and sample rows to determine why a report query returns no results, without modifying any data.
A read-only troubleshooting summary explaining likely causes, related table relationships, and recommended next checks.
Safely query read-only PostgreSQL data and inspect schemas for analysis.
Safely query read-only PostgreSQL data and inspect schemas, tables, and columns.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Safely explore PostgreSQL schemas and run controlled read or write queries.
Safely inspect and query PostgreSQL databases using natural language.
Safely explore PostgreSQL schemas and run read-only SELECT queries with AI.