isdaniel/mysqltuner_mcp
If you are the rightful owner of mysqltuner_mcp 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 Model Context Protocol (MCP) server for MySQL performance tuning and analysis.
Tools
Functions exposed to the LLM to take actions
get_slow_queries
Retrieve slow queries from performance_schema with detailed statistics.
analyze_query
Get EXPLAIN plan and analysis for a query with optimization recommendations.
get_table_stats
Get table statistics including size, row counts, fragmentation, and indexes.
get_index_recommendations
AI-powered index suggestions based on query patterns from performance_schema.
check_database_health
Comprehensive health check with scoring (connections, buffer pool, queries, etc.).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client