gopikapeenikkal/MySQL-MCP-Server
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 henry@mcphub.com.
A Model Context Protocol (MCP) server that provides an interface for AI models to interact with MySQL databases through natural language queries.
Tools
Functions exposed to the LLM to take actions
read_query
Execute a SELECT query
list_tables
List all tables in the current database
describe_table
Describe the structure of a table
execute_query
Execute a general SQL query (INSERT, UPDATE, DELETE)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client