apaezespinosa/mcp-server-mysql
If you are the rightful owner of mcp-server-mysql 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 Model Context Protocol (MCP) server that provides seamless connectivity and operations for MySQL databases, allowing AI assistants to interact with MySQL databases through a standardized protocol.
Tools
Functions exposed to the LLM to take actions
mysql_query
Execute SQL queries on the MySQL database.
mysql_list_databases
List all available databases on the MySQL server.
mysql_list_tables
List all tables in a specific database.
mysql_describe_table
Get detailed information about a table's structure.
mysql_get_schema
Get comprehensive schema information for a database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client