关于
MySQL MCP is a lightweight Model Context Protocol server designed to provide a safe and controlled interface for accessing MySQL data. It strictly enforces read-only operations, allowing only `SELECT`, `SHOW`, `DESCRIBE`, and `EXPLAIN` statements by default. With features like read-only transactions, semicolon rejection, and configurable query deny substrings, it ensures that your database remains protected from unintended write or lock operations, making it ideal for safely exposing MySQL query capabilities.