nitfangit/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.
A Java-based MCP server for managing MySQL databases.
Tools
Functions exposed to the LLM to take actions
execute_query
Executes SQL SELECT queries and returns results.
execute_update
Executes SQL update statements like INSERT, UPDATE, DELETE.
insert_data
Inserts data into a specified table.
update_data
Updates data in a specified table.
delete_data
Deletes data from a specified table.
list_tables
Lists all tables in the database.
describe_table
Describes the structure of a specified table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client