Connector guide2-minute read7 MCP toolsEN · DE · IT

Как подключить ELO Digital Office к Gemini — через MCP

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.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

ELO Digital Office

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.

инструментов

7

Регион

DE

Категория

Document Management

Аутентификация

Sign-in token

Требуемые env-vars

ELO_URLELO_USERNAMEELO_PASSWORD
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 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 и запусти через этот коннектор.

ELO Digital Office · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → ELO Digital Office, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

ELO Digital Office + Gemini

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

  1. 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.
  2. 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.
  3. Set ELO_URL to the IX REST root (no trailing slash), plus ELO_USERNAME and ELO_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 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — ELO Digital Office должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

ToolWhat it does
elo_get_session_infoRead the current ELO session: the logged-in user, their groups and the repository this connector is bound to
elo_find_firstRun an archive search and return the first page of hits plus a searchId
elo_find_nextFetch the next page of an open ELO search using the searchId returned by elo_find_first
elo_get_sordRead one Sord — folder or document — by objId, with its name, type, dates, owner and full keywording field values
elo_list_childrenList the children of a folder Sord — how you walk the ELO archive tree from a known folder downwards
elo_get_document_versionsRead the version history of one document Sord: who checked in each version, when, and with what comment
elo_list_keywording_formsList the keywording forms (Verschlagwortungsmasken) defined in this repository, with their index field groups

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Your ELO Digital Office agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить ELO Digital Office к ChatGPT — через MCP

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.

connectors

Как подключить ELO Digital Office к Claude — через MCP

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.

connectors

Как подключить ELO Digital Office к Cursor — через MCP

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.

connectors

ELO Digital Office в MCP — управляйте ELO Digital Office из любого AI-агента

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.

connectors

Как подключить AFAS Profit к Gemini — через MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Как подключить Aruba Fatturazione Elettronica к Gemini — через MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.