Skip to content
Zed

MySQL AIops for Zed

io.github.aiops-tools/mysql-aiops

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

client:Zed transport:stdio runtime:pypi

Install MySQL AIops in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mysql-aiops": {
      "command": "uvx",
      "args": [
        "mysql-aiops"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MySQL AIops in other clients