hightower9/mysql-mcp-server
3.2
If you are the rightful owner of mysql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A production-grade Model Context Protocol (MCP) server for MySQL database interactions, enabling AI assistants to safely and efficiently interact with MySQL databases.
Tools
Functions exposed to the LLM to take actions
execute_query
Execute SQL queries on the database.
list_tables
Get all tables in the database.
describe_table
Get detailed schema for a table.
get_table_info
Get summary information about a table.
search_tables
Search for tables by name.
get_database_stats
Get overall database statistics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client