Enables AI models to securely query relational databases like MySQL and PostgreSQL using the Model Context Protocol (MCP).
This database query server, implemented in TypeScript, leverages the Model Context Protocol (MCP) to allow AI models to securely interact with relational databases. It supports MySQL and PostgreSQL, providing table structure information as resources and executing read-only SQL queries within transactions for enhanced security. The server exposes functionalities to list available database tables, retrieve table schemas, and perform queries, facilitating seamless integration with AI-driven applications that require access to structured data.