optimisticdur/go-mcp-mysql
3.2
If you are the rightful owner of go-mcp-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 henry@mcphub.com.
Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation.
Tools
Functions exposed to the LLM to take actions
list_database
List all databases in the MySQL server.
list_table
List all tables in the MySQL server.
create_table
Create a new table in the MySQL server.
alter_table
Alter an existing table in the MySQL server.
desc_table
Describe the structure of a table.
read_query
Execute a read-only SQL query.
write_query
Execute a write SQL query.
update_query
Execute an update SQL query.
delete_query
Execute a delete SQL query.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client