Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте ELO Digital Office одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
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.
Попробуй спросить
Примеры промптов для ELO Digital Office
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → ELO Digital Office, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
ELO Digital Office + Cursor
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.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
ELO_URL, ELO_USERNAME, ELO_PASSWORD
Шаг 1 — Получите учётные данные
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)
Шаг 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 читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите Cursor.
- Откройте Cursor → Settings → MCP и убедитесь, что
ELO Digital Officeотображается как "Connected". - Начинайте чат — все инструменты
ELO Digital Officeдоступны.
Доступные инструменты
| 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 |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?