Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Matrix42 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
Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.
Prova a chiedere
Prompt di esempio per Matrix42
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 → Matrix42, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Matrix42 + Claude
Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
MATRIX42_URL, MATRIX42_API_TOKEN
Step 1 — Ottieni le credenziali
Setup
- In Matrix42 open Administration → Integration → API Tokens and create a token for a service account with the roles the agent needs. Matrix42 applies role-based access on top of the API, so a restricted account sees fewer fragments.
- Set
MATRIX42_URLto your instance root (e.g.https://esm.example.com/M42Services, no trailing slash) andMATRIX42_API_TOKENto the token. - The adapter exchanges that token for a short-lived bearer at
/api/ApiToken/Tokenand refreshes it automatically. AnythingMCP stores the bearer encrypted inconnector_auth_cache.
…(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 Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Matrix42 - 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.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
matrix42_query_fragments | Query any Matrix42 fragment by name with a column list and a SQL-flavoured where clause |
matrix42_get_fragment_schema | Read the column definitions of one fragment: the real column names, their types and their relations |
matrix42_query_incidents | Query incidents with a where clause over the incident fragment: state, priority, category, reported date and the affected user |
matrix42_query_service_requests | Query service requests with a where clause: their state, requested service, requester and fulfilment dates |
matrix42_query_assets | Query the asset base: hardware and software configuration items with their name, type, serial number, status and assigned user |
matrix42_query_users | Query the user base with their display name, e-mail, department and location |
matrix42_get_object | Read one configuration item by its object id, returning the named fragments attached to it |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.
Prossimi passi
Questa guida ti è stata utile?