mcp-mysql-server
71
The @f4ww4z/mcp-mysql-server is a Model Context Protocol server specifically designed for AI models to interact with MySQL databases seamlessly. It offers secure connection handling, robust error handling, and supports TypeScript, making it a reliable choice for database operations.
connect_db
Use the provided credentials to establish a connection to the MySQL database
query
Execute SELECT query, support precompiled statement parameters
execute
Execute INSERT, UPDATE, or DELETE queries, and support precompiled statement parameters
list_tables
List all tables in the connection database
describe_table
Get the structure information of a specific table