Skip to content
Grok

Zabbix AI CLI for Grok

io.github.stufently/zabbix-ai-cli

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

client:Grok transport:stdio runtime:oci

Install Zabbix AI CLI in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Zabbix AI CLI in other clients