Skip to content
Cursor

Unraid RMCP for Cursor

ai.dinglebear/unraid

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

client:Cursor transport:stdio runtime:npm

Install Unraid RMCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "unraid": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Unraid RMCP in other clients