Analyze PostgreSQL database configuration, performance, and security to optimize database settings and identify potential issues for improved efficiency.
Establish a connection to a PostgreSQL database using specified host, port, database name, username, password, and SSL settings. Facilitates secure database interactions and query execution.
Retrieve and display the schema of a connected PostgreSQL database, including tables and column details, to simplify database exploration and management.
Enables interaction with MySQL and PostgreSQL databases through separate pluggable MCP servers with shared core functionality. Features optional TTL caching, bilingual prompts, and a unified gateway for managing multiple database connections.
A Model Context Protocol server that provides read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.