mysql-mcp
If you are the rightful owner of mysql-mcp 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.
An MCP server implementation that integrates with MySQL databases, providing secure database access capabilities for LLMs.
mysql_query
Execute read-only SELECT queries with limits on query length, result rows, and timeout.
mysql_execute
Execute data modification operations with automatic transaction handling and return affected rows count and last insert ID.
list_tables
List all tables in the current database without requiring inputs.
describe_table
Show table structure by providing the table name.