michael7736_mysql-mcp-server
If you are the rightful owner of michael7736_mysql-mcp-server 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.
The MySQL MCP Server is a Model Context Protocol server that facilitates SQL query execution on a MySQL database.
The MySQL MCP Server is designed to provide seamless access to a MySQL database, allowing agents to execute a variety of SQL queries. It supports operations such as reading data, creating tables, inserting, updating, and deleting data. The server returns query results in JSON format, making it easy to integrate with other systems. It also features configurable database connection settings and transaction logging with unique IDs for auditing purposes. The server requires Node.js, a MySQL server, and the MCP SDK to function. It can be configured using environment variables to specify database connection details, ensuring flexibility and ease of use.
Features
- Execute SQL queries against a MySQL database
- Returns query results in JSON format
- Configurable database connection settings
- Transaction logging with unique IDs