HomeCloud & Monitoring › Unraid RMCP

Unraid RMCP

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

Python
★ 131 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y @dinglebear/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "unraid": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/[email protected]"
      ],
      "env": {
        "UNRAID_API_URL": "<YOUR_VALUE>",
        "UNRAID_API_KEY": "<YOUR_VALUE>",
        "UNRAID_RMCP_VERSION": "<YOUR_VALUE>",
        "UNRAID_RMCP_REPO": "<YOUR_VALUE>",
        "UNRAID_RMCP_RELEASE_BASE_URL": "<YOUR_VALUE>",
        "RUST_LOG": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNRAID_API_URL required — Full Unraid GraphQL endpoint URL.
  • UNRAID_API_KEY required secret — Unraid API key.
  • UNRAID_RMCP_VERSION — Optional GitHub release tag override for the downloaded Unraid RMCP binary.
  • UNRAID_RMCP_REPO — Optional GitHub owner/repo override for release asset downloads.
  • UNRAID_RMCP_RELEASE_BASE_URL — Optional release download base URL override.
  • RUST_LOG — Tracing filter for Unraid RMCP logs.

This server takes extra arguments — see its repository.

This repository has 3 servers listed in the Official MCP Registry.

Other names: ai.dinglebear/unraid-mcp, tv.tootie/unraid-mcp

Related servers

Data from the Official MCP Registry