Skip to content
Cursor

Zabbix AI CLI MCP for Cursor

io.github.stufently/zabbix-ai-cli-mcp

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

client:Cursor transport:stdio runtime:oci

Install Zabbix AI CLI MCP in Cursor

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

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

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

Zabbix AI CLI MCP in other clients