synology-cli

pvulgaris/synology-cli
★ 0 stars TypeScript Security Updated today
MCP server for managing a Synology NAS (DSM 7) — packages, security audit, shares. Runs as a container on the NAS itself, reachable from your Mac over Tailscale.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "synology-cli": {
      "command": "npx",
      "args": [
        "-y",
        "pvulgaris/synology-cli"
      ]
    }
  }
}

README Excerpt

`syno`, a command-line tool for a Synology NAS (DSM 7) and, optionally, an SRM router. Packages, security audit, shares and snapshots, backups, storage health, and a raw escape hatch to any DSM Web API endpoint. Every command prints JSON on stdout, so you can pipe it straight to `jq`. The DSM call trace goes to stderr. Exit 0 on success, 1 on failure, 2 on a usage error.

Tools (7)

AUDIT_LOG_DIRDSM_BASE_URLDSM_PASSWORDDSM_TOTP_SECRETDSM_USERSRM_BASE_URLTLS_REJECT_UNAUTHORIZED