Skip to content
Zed

Unraid RMCP for Zed

ai.dinglebear/unraid

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

client:Zed transport:stdio runtime:npm

Install Unraid RMCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "unraid": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/unraid"
      ],
      "env": {
        "UNRAID_API_URL": "<UNRAID_API_URL>",
        "UNRAID_API_KEY": "<UNRAID_API_KEY>",
        "UNRAID_RMCP_VERSION": "<UNRAID_RMCP_VERSION>",
        "UNRAID_RMCP_REPO": "<UNRAID_RMCP_REPO>",
        "UNRAID_RMCP_RELEASE_BASE_URL": "<UNRAID_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Unraid RMCP in other clients