关于
Database is a TypeScript tool designed to securely expose read-only access to PostgreSQL or MySQL/MariaDB databases via a Model Context Protocol (MCP) server. It includes a minimalist web user interface for managing database connection configurations, viewing usage history, and toggling UI themes. The MCP server provides controlled access to database operations like listing tables, previewing table content, and executing SQL SELECT queries, ensuring all transactions are strictly read-only and rejecting any non-SELECT statements. This setup allows AI models or agents to interact with database information safely without direct credential exposure, using friendly configuration names.