ugos-cli

metaneutrons/ugos-cli
★ 2 stars Rust DevOps Updated 3d ago
CLI, MCP server, and Rust client library for UGREEN NAS (UGOS) management
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": {
    "ugos-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ugos-cli"
      ]
    }
  }
}

README Excerpt

CLI, MCP server, and Rust client library for managing **UGREEN NAS** (UGOS) devices. UGOS ships a web UI but no CLI and no API documentation. Reaching past it with `virsh`/`qemu` makes UGOS lose track of its own VMs, so this project drives the same (undocumented) API the web UI uses — reverse-engineered from its bundles and verified against real hardware.

Tools (1)

admin

Topics

clidockerkvmmcp-servernasrustugosugreen