mcp-mysql-server
0
The '@f4ww4z/mcp-mysql-server' is a Model Context Protocol server that facilitates the interaction of AI models with MySQL databases through a standardized interface. It features secure connection handling, prepared statement support, and comprehensive error management.
connect_db
Use the provided credentials to establish a connection to the MySQL database
query
Execute SELECT query, support preprocessing statements with parameters
execute
Execute INSERT, UPDATE, or DELETE queries, and support preprocessing statements with parameters
list_tables
List all tables in the connection database
describe_table
Get the structure of a specific table