brenomed/mcp-mysql-server
3.2
If you are the rightful owner of mcp-mysql-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.
The MCP MySQL Server is a reusable module that enables native integration between Cursor IDE and any MySQL database.
Tools
Functions exposed to the LLM to take actions
mysql_execute_query
Executes any SQL query.
mysql_list_tables
Lists all tables in the database.
mysql_describe_table
Shows the complete structure of a table.
mysql_show_databases
Lists all available databases on the server.
mysql_table_info
Returns complete information about a table, including columns, indexes, and row count.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client