Multi-Tenant PostgreSQL icon

Multi-Tenant PostgreSQL

Provides a read-only Model Context Protocol (MCP) server for PostgreSQL databases, offering advanced multi-tenant support, schema introspection, and flexible query capabilities.

关于

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
Advertisement

Advertisement