MySQL
Createdsussa3007
Enables AI models to interact with MySQL databases through a structured Model Context Protocol (MCP) interface.
About
The MySQL MCP Server bridges the gap between AI models and MySQL databases, facilitating the interaction and analysis of data by AI agents. Adhering to the Model Context Protocol specification, this implementation offers both web server and CLI modes. Features include database connection management, SQL query execution, real-time status monitoring via SSE, and a web interface for testing MCP tools. It supports stdio and SSE transport methods and is Docker deployment ready.
Key Features
- Inspects table structures
- 1 GitHub stars
- Manages MySQL database connections
- Monitors real-time status via SSE
- Executes SQL queries
- Provides a web interface for testing MCP tools
Use Cases
- Connecting AI platforms like Anthropic Claude and Cursor AI to MySQL databases.
- Enabling AI agents to query and analyze MySQL data.
- Automating database operations through AI prompts.