mcpbeat Sign in

Unraid RMCP MCP Server

local only

Unraid RMCP runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 195 · avg 26 · -22% w/w
a month agotoday
Installs / week
npm · unraid-rmcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unraid-rmcp -- npx -y unraid-rmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unraid-rmcp": {
      "args": [
        "-y",
        "unraid-rmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unraid-rmcp]
command = "npx"
args = ["-y", "unraid-rmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unraid-rmcp": {
      "args": [
        "-y",
        "unraid-rmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unraid-rmcp": {
      "args": [
        "-y",
        "unraid-rmcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UNRAID_API_URL (Full Unraid GraphQL endpoint URL.), UNRAID_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unraid RMCP

same job, measured the same way
Unraid RMCP
by dinglebear

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

58 installs/wk local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only
Synapse RMCP
by dinglebear

Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.

local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
Docker MCP
by alisaitteke

MCP server for managing Docker containers, images, networks, volumes, and registries

88 installs/wk local only
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only
I
AWS MCP Server
by aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

278 552 installs/wk local only

Unraid RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Unraid RMCP?
Unraid RMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package unraid-rmcp.
Is Unraid RMCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Unraid RMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unraid-rmcp straight from npm; nothing to host, nothing to sign up for.