runraid

A plugin for monitoring an Unraid server through MCP. Unraid is software commonly used to manage a network-attached storage server and home lab.

In plain words
What is it for?
Use it to monitor an Unraid NAS or home-lab server through a local or remote MCP service, using an optional bearer token for authentication.
Why use it?
It gives an agent a way to connect to and inspect an Unraid system instead of relying only on manual checks.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add dinglebear-ai/unraid
agentmods
npx agentmods add plugins/dinglebear-ai/unraid/unraid-rs
Clone the repo
git clone --depth 1 https://github.com/dinglebear-ai/unraid

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

runraid scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/unraid-rs/.claude-plugin/plugin.json · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "runraid",
  "version": "0.5.0",
  "description": "Unraid NAS/homelab monitoring via MCP",
  "author": {
    "name": "jmagar"
  },
  "repository": "https://github.com/dinglebear-ai/unraid",
  "license": "MIT",
  "keywords": [
    "unraid",
    "nas",
    "homelab",
    "mcp"
  ],
  "skills": "./skills",
  "userConfig": {
    "server_url": {
      "type": "string",
      "title": "Server URL",
      "description": "Base URL the MCP client connects to. Keep the default http://localhost:40010 when Claude Code runs on the same machine as the unraid-rmcp server. Change to e.g. http://nas:40010 or https://unraid.example.com when connecting to a remote instance. Do NOT append /mcp — the plugin adds it.",
      "required": true,
      "default": "http://localhost:40010"
    },
    "api_token": {
      "type": "string",
      "title": "API token",
      "description": "Bearer token for MCP HTTP authentication (Authorization: Bearer <token>). Must match UNRAID_RMCP_TOKEN on the server. Generate one with: openssl rand -hex 32",
      "sensitive": true,
      "required": false
    },
    "no_auth": {
      "type": "boolean",
      "title": "Disable service auth",
      "description": "Run unraid-rmcp without MCP auth. Use only when an upstream gateway enforces auth before traffic reaches this service.",
      "required": true,
      "default": false
    },
    "enabled_tools": {
      "type": "string",
      "title": "Enabled MCP tools/actions",
      "description": "Optional comma-separated allowlist. Empty inherits the server's persisted .env/config policy; when none exists, all actions are enabled. Use action names such as array,docker,status,help or qualified selectors such as unraid.array.",
      "default": ""
    },
    "disabled_tools": {
      "type": "string",
      "title": "Disabled MCP tools/actions",
      "description": "Optional comma-separated denylist. Empty inherits the server's persisted .env/config policy. Deny rules override enabled rules. Use 

Read the full file on GitHub · 120 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 120 lines scan A d952805ecc4e

Subscribe to this mod's changes

runraid is a plugin published in the GitHub repository dinglebear-ai/unraid (129 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.