概要
A Model Context Protocol (MCP) server designed to bridge large language models with MySQL databases. It empowers LLMs to perform a wide range of database operations, including creating, altering, and dropping databases and tables, executing SELECT, INSERT, UPDATE, and DELETE queries, and managing indexes. The server also offers robust permission controls to govern write access, ensuring secure and controlled data manipulation through LLM interactions.