Provides tools for managing MySQL databases including listing tables, retrieving table schemas, executing queries, showing indexes, and analyzing query execution plans.
MCPs
MySQL Managing MCP
How to use this MCP:
Import imagem in the docker-compose with how to docker-compose.yml
Run docker-compose up -d
Configure MCP Server in this IDE:
Load MCPs in IDE.
Others Executions
If your running only MCP server, you can run it with:
Tools available:
health_check
list_tables
get_table_schema
execute_query
show_indexes_table
show_explain_query
Contributing with this MCP
Fork it
Create your feature branch (git checkout -b feature/AmazingFeature)
Commit your changes (git commit -m 'Add some AmazingFeature')
Push to the branch (git push origin feature/AmazingFeature)
Open a Pull Request