gakkiismywife/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.
This is a Model Context Protocol (MCP) server designed for interacting with a MySQL database in a read-only manner, focusing on schema inspection and executing custom queries.
Tools
Functions exposed to the LLM to take actions
list_tables
Lists all tables in the connected MySQL database.
describe_table
Describes the columns of a specified table.
execute_read_query
Executes a read-only SQL query (SELECT, SHOW, DESCRIBE) against the database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client