mcp-server-mysql

mcp-server-mysql

3.3

If you are the rightful owner of mcp-server-mysql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Model Context Protocol Server for MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.

The mcp-server-mysql is a specialized server designed to facilitate the interaction between large language models (LLMs) and MySQL databases. It provides a secure environment where LLMs can inspect database schemas and execute read-only queries, ensuring that the integrity of the database is maintained. The server supports Docker for easy deployment and is available as an NPM package, making it accessible for various development environments. With its focus on security, all operations are conducted within READ ONLY transactions, and it is recommended to use a read-only user for additional protection. The server is also integrated with Smithery, allowing for seamless installation and management.

Features

  • Read-only access to MySQL databases
  • Schema inspection capabilities
  • Safe query execution within READ ONLY transactions
  • Docker support
  • NPM package available