mysql-mcp-server

mysql-mcp-server

3.2

If you are the rightful owner of mysql-mcp-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 MySQL implementation of the Model Context Protocol (MCP) server. This server allows AI models to interact with MySQL databases through a standardized interface.

The MySQL MCP Server is designed to facilitate seamless interaction between AI models and MySQL databases. By implementing the Model Context Protocol, it provides a standardized interface that simplifies database operations for AI applications. This server is particularly useful for applications that require dynamic data retrieval and manipulation from MySQL databases. It supports listing available tables, retrieving table schemas, executing read-only SQL queries, and handling transactions safely with automatic rollback features. This ensures that AI models can access and manipulate data efficiently and securely.

Features

  • List available database tables
  • Get table schemas
  • Execute read-only SQL queries
  • Safe transaction handling with automatic rollback