MCP MySQL Server provides a standardized interface for AI models to interact with MySQL databases through the Model Context Protocol. Built by enemyrr, it offers tools for executing queries, managing database schemas, and retrieving table information with comprehensive security features like prepared statements to prevent SQL injection. The server supports multiple connection methods (URL, workspace path, or direct credentials), handles errors gracefully, and can be deployed via npm, manual installation, or Docker. Particularly valuable for AI workflows requiring database operations without leaving the conversation context, it enables models to perform complex data retrieval and manipulation tasks directly within their interactions.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Connect to MySQL database using URL, workspace path, or direct credentials.
Execute SELECT queries with optional prepared statement parameters.
Execute INSERT, UPDATE, or DELETE queries with optional prepared statement parameters.
List all tables in the connected database.
Get the structure of a specific table.
Create a new table with specified fields and indexes.
Add a new column to an existing table.