Connector guide3-minute read9 MCP toolsEN · DE · IT

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

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

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

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

Synology DSM

Synology DSM

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

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

9

Регион

INTL

Категория

File Storage

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

Sign-in token

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

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

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

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

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Synology DSM одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

Summary

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

Попробуй спросить

Примеры промптов для Synology DSM

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Synology DSM · live via MCP
Поделиться
Opus 4.7

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

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

Synology DSM + Gemini

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

SYNOLOGY_URL, SYNOLOGY_USERNAME, SYNOLOGY_PASSWORD

Шаг 1 — Получите учётные данные

Setup

  1. In DSM create a user for the integration. Give it read access to the shared folders the agent should see and, if you want the system tools, membership of the administrators group — several SYNO.Core endpoints are admin-only.
  2. Turn off two-factor authentication for that user, or the login call cannot complete. This is the main reason to use a dedicated account rather than your own.
  3. Set SYNOLOGY_URL to your NAS (e.g. https://nas.example.com:5001, no trailing slash), plus SYNOLOGY_USERNAME and SYNOLOGY_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 — Synology DSM должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

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

ToolWhat it does
synology_list_apisList the Web APIs this DSM publishes, with the version range and CGI path of each
synology_get_system_infoRead the NAS's system information: model, serial number, DSM version, uptime, CPU and total memory
synology_get_system_utilizationRead live utilisation: CPU load, memory in use, disk throughput and network throughput right now
synology_list_storageRead the storage overview: every volume and disk with its size, used space, filesystem and SMART health status
synology_list_sharesList the shared folders with their name, path, description and whether each is encrypted — the map of what is on the NAS
synology_list_filesList the files and folders under one path in File Station, with their size, type and modification time
synology_search_filesStart a File Station search under one path for a filename pattern
synology_list_download_tasksList the Download Station queue with each task's title, status, size, progress and speed — what the NAS is currently fetching
synology_list_usersList the DSM user accounts with their name, description, e-mail and whether each is expired or disabled

FAQ

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

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

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

Your Synology DSM agent is one click away.

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

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

connectors

Как подключить Synology DSM к ChatGPT — через MCP

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

connectors

Как подключить Synology DSM к Claude — через MCP

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

connectors

Как подключить Synology DSM к Cursor — через MCP

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

connectors

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

Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.

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.