mcp-mysql-server

mcp-mysql-server

3.4

If you are the rightful owner of mcp-mysql-server 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.

A Model Context Protocol server that provides MySQL database operations, enabling AI models to interact with MySQL databases through a standardized interface.

The @enemyrr/mcp-mysql-server is a Model Context Protocol (MCP) server designed to facilitate seamless interaction between AI models and MySQL databases. It provides a standardized interface for executing database operations, making it easier for developers to integrate database functionalities into their AI applications. The server supports various connection methods, including using a database URL, individual parameters, or direct connection via a tool. It offers a range of tools for database management, such as executing queries, managing tables, and handling schema changes. The server is built with security in mind, utilizing prepared statements to prevent SQL injection and supporting secure password handling through environment variables. Additionally, it provides comprehensive error handling and validation to ensure robust and reliable database operations.

Features

  • Multiple connection methods (URL, workspace, direct)
  • Secure connection handling with automatic cleanup
  • Prepared statement support for query parameters
  • Schema management tools
  • Comprehensive error handling and validation