Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте d.velop documents одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
d.velop documents (d.3one) DMS: search the repository, read document metadata and source properties, list repositories and categories. REST API on d.velop cloud or on-premises, bearer API key.
Попробуй спросить
Примеры промптов для d.velop documents
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → d.velop documents, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
d.velop documents + Cursor
d.velop documents (d.3one) DMS: search the repository, read document metadata and source properties, list repositories and categories. REST API on d.velop cloud or on-premises, bearer API key.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
DVELOP_URL, DVELOP_API_KEY
Шаг 1 — Получите учётные данные
Getting an API key
- In d.velop cloud open Konfiguration → API-Schlüssel (or, on premises, the identityprovider app) and create an API key for a technical user.
- Give that user read rights on the repositories the agent should reach. d.velop applies its permission model per document, so a restricted user quietly sees a smaller repository.
- Set
DVELOP_URLto your tenant root —https://<tenant>.d-velop.cloudfor cloud, or your own host on premises — andDVELOP_API_KEYto the key.
The Authorization header is Bearer <apikey>, with the API key used directly as the bearer token. d.velop's API keys are long-lived; rotate them the way you would rotate a 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 и убедитесь, что
d.velop documentsотображается как "Connected". - Начинайте чат — все инструменты
d.velop documentsдоступны.
Доступные инструменты
| Tool | What it does |
|---|---|
d_velop_list_repositories | List the repositories in this d |
d_velop_get_repository | Read one repository's definition: its name, the sources (index definitions) it exposes and the operations it supports |
d_velop_search_documents | Search a repository by full text and/or property filter |
d_velop_get_document | Read one document's metadata: its display name, category, creation and modification dates, version and property values |
d_velop_get_document_versions | Read the version history of one document — who changed it, when, and with what comment |
d_velop_list_categories | List the document categories (Dokumentarten) defined in a repository with their display names and property sets, so a search can filter by t |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?