mysql-mcp-server
1
The MySQL MCP Server is a Model Context Protocol implementation that facilitates interactions between AI models and MySQL databases. It supports listing tables, getting schemas, executing read-only queries, and safe transaction handling.
MySQL MCP Server
A MySQL implementation of the Model Context Protocol (MCP) server. This server allows AI models to interact with MySQL databases through a standardized interface.
Features
- List available database tables
- Get table schemas
- Execute read-only SQL queries
- Safe transaction handling with automatic rollback