インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、Checkmk をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
Summary
Checkmk monitoring: hosts and their configuration, live service states, acknowledged and unhandled problems, host groups and downtimes. REST API on your own site, bearer-style automation user auth.
こう聞いてみよう
Checkmk のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Checkmk をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Checkmk + ChatGPT
Checkmk monitoring: hosts and their configuration, live service states, acknowledged and unhandled problems, host groups and downtimes. REST API on your own site, bearer-style automation user auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
CHECKMK_URL, CHECKMK_USERNAME, CHECKMK_SECRET
ステップ 1 — 認証情報を取得
Setup
- In Checkmk create an automation user: Setup → Users → Add user, tick Automation secret for machine accounts, and copy the secret. Give it the
guestrole for read-only access, oradminif you want the configuration endpoints. - Set
CHECKMK_URLto your site root including the site name —https://monitoring.example.com/mysite— with no trailing slash. The site name is part of the path and leaving it out is the usual cause of a 404 that looks like a wrong version. - Set
CHECKMK_USERNAMEto the automation user andCHECKMK_SECRETto its secret.
…(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 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Checkmk - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| Tool | What it does |
|---|---|
checkmk_get_version | Read the Checkmk version and edition of this site |
checkmk_list_hosts | List hosts from the configuration: what has been set up for monitoring, with folder, attributes and effective settings |
checkmk_get_host_config | Read one host's configuration: its folder, IP address, tags, labels and the attributes it inherits |
checkmk_list_host_states | Read the live state of hosts: up, down or unreachable, with the check output and how long each has been that way |
checkmk_list_service_states | Read the live state of services — the red, amber and green checks |
checkmk_list_host_services | Read every service on one host with its current state and check output — the drill-down after a host has been flagged |
checkmk_list_host_groups | List the host groups configured on this site with their alias, so a query can be scoped to a part of the estate |
checkmk_list_downtimes | List scheduled downtimes with their host, service, comment, author and window — the explanation for why an alert did not fire |
checkmk_list_folders | List the Checkmk folder tree with each folder's title, path and attributes — how hosts are organised and where settings are inherited from |
FAQ
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。
次のステップ
このガイドは役に立ちましたか?