πŸ”§

MCP-MySQL-Ops

πŸ”§MCP Server

call518/mcp-mysql-ops

VibeIndex|
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.git
PythonRun Python server
python -m mcp_mysql_ops --type streamable-http --auth-enable --secret-key your-secure-secret-key-here
pip 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