Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Checkmk con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
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.
Prova a chiedere
Prompt di esempio per Checkmk
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Checkmk, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
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.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
CHECKMK_URL, CHECKMK_USERNAME, CHECKMK_SECRET
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'adapter
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
Step 3 — Aggiungi il connettore in ChatGPT
ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.
- Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
- Clicca "Add custom connector".
- Compila:
- Name:
Checkmk - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tool disponibili
| 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
Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.
Prossimi passi
Questa guida ti è stata utile?