mysql_mcp_server_pro
mcp_mysql_server is a tool that extends MySQL database operations with enhanced functionalities, including anomaly analysis and custom tool integration. It offers robust features such as SQL execution, health monitoring, and permission controls, making it an invaluable resource for database management and analysis.
What modes does mcp_mysql_server_pro support?
It supports both STDIO and SSE modes for flexible integration.
What roles are available for permission control?
The available roles are readonly, writer, and admin, each with specific SQL command permissions.
Can I extend the server with custom tools?
Yes, developers can extend the server with custom tools by adding new tool classes and implementing required methods.
How can I analyze the health status of my MySQL database?
You can use the get_db_health_running tool to analyze the health status, including connection and transaction status.
Is it possible to convert Chinese field names to pinyin?
Yes, the server supports conversion of Chinese field names to pinyin initials using the get_chinese_initials tool.