MySQL Database Service MCP Integration
Provides secure interaction with MySQL database through the MCP protocol.
Provides API interfaces for MySQL databases, supporting functionalities such as listing available MySQL tables as resources, executing SQL queries, and performing appropriate error handling.
Go to CloudBase Platform to run MCP Server
Environment Variables
- Set MYSQL_HOST to the database server address
- Set MYSQL_PORT to the database port number
- Set MYSQL_USER to the database username
- Set MYSQL_PASSWORD to the database password
- Set MYSQL_DATABASE to the database name to connect to
🗺️ Feature List
Tool Identifier | Function Description | Core Parameters |
---|---|---|
execute_sql | Executes SQL queries on a MySQL server | SQL query statement to be executed |
Repository URL
https://github.com/designcomputer/mysql_mcp_server