소개
Explore and interact with PostgreSQL databases, especially those with multi-tenant architectures, using this comprehensive MCP server. It's designed for read-only operations, ensuring data safety by executing all queries within read-only transactions. The server offers deep insights into your database structure, including detailed schema introspection, table structures, and function definitions, making it an invaluable tool for developers and administrators needing to analyze, explore, and query complex PostgreSQL environments securely across different tenant schemas.
주요 기능
- Comprehensive function metadata and source code access
- Flexible SQL querying with optional schema context and EXPLAIN plan support
- 0 GitHub stars
- Read-only by design with all queries in read-only transactions
- Multi-tenant support to access tables and functions across different schemas
- Advanced schema introspection for detailed table structures, constraints, and DDL
사용 사례
- Executing complex read-only SQL queries across different tenant contexts for data exploration and analysis
- Exploring multi-tenant database structures and identifying available tenant schemas
- Analyzing schema composition and preparing for schema-specific operations