01Provides schema inspection and table discovery for PostgreSQL databases
02Returns machine-friendly structured output for MCP client consumption
03Enforces strict read-only SQL query guardrails (SELECT only, no DML/DDL)
04Offers tools for explaining query plans and sampling table rows
05Executes SELECT queries with enforced LIMIT (default 100) and 5-second timeout
060 GitHub stars