π§
MCP-MySQL-Ops
π§MCP Servercall518/mcp-mysql-ops
What it does
Provides comprehensive MySQL database monitoring and analysis through natural language queries, leveraging Performance Schema to offer 19 specialized database administration and performance insight...
remotehosted
Installation
git cloneClone repository
git clone https://github.com/call518/MCP-MySQL-Ops.gitPythonRun Python server
python -m mcp_mysql_ops --type streamable-http --auth-enable --secret-key your-secure-secret-key-herepip installInstall Python package
pip install -e .uvxRun with uvx (Python)
uvx --python 3.11 mcp-mysql-ops \DockerRun with Docker
docker run -d \Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"mcp-mysql-ops": {
"command": "uvx",
"args":...π Extracted from call518/mcp-mysql-ops README
219
AddedJan 26, 2026