Skip to content
Grok

Unraid RMCP for Grok

ai.dinglebear/unraid

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

client:Grok transport:stdio runtime:npm

Install Unraid RMCP in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Unraid RMCP in other clients