Skip to content
Zed

Zabbix AI CLI for Zed

io.github.stufently/zabbix-ai-cli

Task-shaped Zabbix access for AI agents: problems, host triage, metrics, maintenance windows.

client:Zed transport:stdio runtime:oci

Install Zabbix AI CLI in Zed

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

{
  "context_servers": {
    "zabbix-ai-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/stufently/zabbix-ai-cli:0.1.1"
      ]
    }
  }
}

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

Zabbix AI CLI in other clients