Lakshya-Saini/mysql-mcp-server-copilot
If you are the rightful owner of mysql-mcp-server-copilot 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 secure and configurable MySQL MCP server that enables AI agents to interact with MySQL databases safely and efficiently.
Tools
Functions exposed to the LLM to take actions
mysql_query
Execute SELECT queries safely
mysql_describe_table
Get table structure
mysql_list_tables
List all tables in database
mysql_show_databases
List available databases
mysql_insert
Insert data (requires ENABLE_CREATE=true)
mysql_update
Update data (requires ENABLE_UPDATE=true)
mysql_delete
Delete data (requires ENABLE_DELETE=true)
mysql_create_table
Create tables (requires ENABLE_SCHEMA_OPERATIONS=true)
mysql_drop_table
Drop tables (requires ENABLE_SCHEMA_OPERATIONS=true)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client