Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities. 更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
mysqldatabasemcpsqlanomaly-analysispythonhealth-monitoringoauth
Installation & Configuration
{
"mcpServers": {
"mysql": {
"command": "uvx",
"args": [
"--from",
"mysql_mcp_server_pro",
"mysql_mcp_server_pro",
"--mode",
"stdio"
],
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "password",
"MYSQL_DATABASE": "database",
"MYSQL_ROLE": "readonly"
}
}
}
}Information
Transport
stdiossestreamable-http
Language
Python
Created
2025/4/4
Updated
2025/8/28