A
licenseNot graded
qualityD
maintenanceEnables secure, read-only PostgreSQL database interaction through natural language, with automatic database discovery and connection management.
2
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: listing schemas vs. listing tables vs. describing a table vs. sampling rows vs. running arbitrary queries. No overlap exists.
All five tools follow a consistent verb_noun pattern with underscores (e.g., list_schemas, describe_table), providing clear and predictable naming.
Five tools is an ideal number for a read-only database interface—covering all essential operations without unnecessary complexity.
The toolset covers the full read-only workflow: schema discovery, table listing, table descriptions, data sampling, and arbitrary SELECT queries. No obvious gaps.