Skip to content
Cursor

MySQL AIops for Cursor

io.github.aiops-tools/mysql-aiops

Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools.

client:Cursor transport:stdio runtime:pypi

Install MySQL AIops in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mysql-aiops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mysql-aiops"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MySQL AIops in other clients