Enables AI assistants to safely query PostgreSQL and MySQL databases in a read-only mode, integrating with platforms like Codex, OpenCode, and ChatGPT.
This Python-based Model Context Protocol (MCP) server provides a secure, read-only interface for AI assistants to interact with PostgreSQL and MySQL databases. It abstracts away sensitive connection details and write permissions, preventing accidental data modification or leakage. The tool emphasizes explicit engine routing and clear namespace semantics, ensuring robust and predictable interactions while offering essential safety features like query limits, timeouts, and auditing. Designed for AI models like Codex, OpenCode, and ChatGPT, it empowers them to perform data exploration, schema introspection, and read-only queries with enhanced security and control.
