Execute SQL queries on PostgreSQL databases with configurable read-only or write permissions. Submit queries directly for database management or retrieval.
Retrieve all installed PostgreSQL extensions in a self-hosted Supabase database. Enables database introspection and management for developers using MCP clients like IDE extensions.
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.
Provides real-time system metrics and information through a Model Context Protocol interface, enabling access to CPU usage, memory statistics, disk information, network status, and running processes.
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.
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.