The MCP server provides a tenant-aware Postgres experience for AI agents, including a schema, read-only SQL, and natural language to SQL conversion with safety rails. It supports RLS-based isolation and enables AI workflows to query data securely.
🛠️ Key Features
- RLS/tenant-aware Postgres backend
- Predefined schema with read-only SQL
- NL to SQL conversion with safety rails
🚀 Use Cases
- AI agents querying tenant-specific data securely
- Read-only analytic workflows across multi-tenant datasets
- Safe NL-to-SQL translation for data exploration
⚡ Developer Benefits
- Clear schema and read-only constraints for safe experimentation
- SQL generation from natural language with built-in safeguards
- Focused server aimed at AI-assisted data access
⚠️ Limitations
- Read-only SQL implies no data modification operations
- Details on authentication and multi-tenant scope are not provided in the excerpt