Connector guide2-minute read10 MCP toolsEN · DE · IT

Zabbix を Cursor に接続する方法 — MCP 経由

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

Zabbix

Zabbix

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

ツール

10

地域

INTL

カテゴリー

Monitoring

認証

Bearer Token

必要な環境変数

ZABBIX_URLZABBIX_API_TOKEN
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Zabbix をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

こう聞いてみよう

Zabbix のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Zabbix · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Zabbix をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Zabbix + Cursor

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

ZABBIX_URL, ZABBIX_API_TOKEN

ステップ 1 — 認証情報を取得

Getting a token (Zabbix 5.4 and newer)

  1. Sign in to the Zabbix frontend as a Super admin and open Users → API tokens.
  2. Create a token for a user with read permission on the host groups the agent should see, and copy the value — Zabbix shows it once.
  3. Set ZABBIX_URL to your frontend root (no trailing slash, no /api_jsonrpc.php) and ZABBIX_API_TOKEN to the token. The adapter sends it as Authorization: Bearer …, which Zabbix 6.0+ accepts; on 5.4 the token also works in the JSON-RPC auth field, which this adapter does not use.

…(continued in the in-app connector instructions)

ステップ 2 — アダプターをインストール

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Zabbix が "Connected" として表示されることを確認。
  4. チャット開始 — Zabbix のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
zabbix_get_api_versionRead the Zabbix API version
zabbix_list_hostsList monitored hosts with their name, status, interfaces and host groups
zabbix_list_host_groupsList host groups with their id, name and the number of hosts in each
zabbix_list_problemsList the problems that are active right now, with their severity, host, name and the time they started
zabbix_list_eventsList events from the history — including problems that have since resolved, which problem
zabbix_list_triggersList triggers with their expression, severity, current value and the host they belong to — the rules that turn measurements into problems
zabbix_list_itemsList monitored items with their key, name, type, value type and units — what Zabbix actually measures on a host
zabbix_get_latest_valuesRead the most recent value of specific items — the current disk usage, load average or temperature, rather than the alert about it
zabbix_get_historyRead historical values of one item over a time range — the series behind a graph
zabbix_list_maintenance_windowsList configured maintenance windows with their hosts, groups and periods — the explanation for why an alert did not fire

FAQ

Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

Your Zabbix agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

関連ガイド