Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi ELO Digital Office 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
ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.
Prova a chiedere
Prompt di esempio per ELO Digital Office
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 → ELO Digital Office, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
ELO Digital Office
ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.
Setup
Setup
- Confirm the ELO Indexserver (IX) publishes its REST interface — typically
https://<server>/ix-<repo>/rest. The repository name is part of the path, so an installation with several archives needs one connector each. - Create an ELO user for the integration with read rights on the archive areas the agent should see. ELO enforces ACLs per Sord, so a restricted user sees a smaller archive rather than an error.
- Set
ELO_URLto the IX REST root (no trailing slash), plusELO_USERNAMEandELO_PASSWORD.
…(continued in the in-app connector instructions)
Prerequisiti: ELO_URL, ELO_USERNAME, ELO_PASSWORD
Installazione locale del connettore
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
Apri http://localhost:3000/connectors/store, scegli ELO Digital Office e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| Tool | What it does |
|---|---|
elo_get_session_info | Read the current ELO session: the logged-in user, their groups and the repository this connector is bound to |
elo_find_first | Run an archive search and return the first page of hits plus a searchId |
elo_find_next | Fetch the next page of an open ELO search using the searchId returned by elo_find_first |
elo_get_sord | Read one Sord — folder or document — by objId, with its name, type, dates, owner and full keywording field values |
elo_list_children | List the children of a folder Sord — how you walk the ELO archive tree from a known folder downwards |
elo_get_document_versions | Read the version history of one document Sord: who checked in each version, when, and with what comment |
elo_list_keywording_forms | List the keywording forms (Verschlagwortungsmasken) defined in this repository, with their index field groups |
Prossimi passi
Questa guida ti è stata utile?