Search DevTools

Jump to any tool or page

Unraid RMCP

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

jmagar0 stars0 forksAutomation
View source

Install

Terminal

$npx -y unraid-rmcp mcp

mcp_config.json

{
  "mcpServers": {
    "ai-dinglebear-unraid-rmcp": {
      "env": {
        "RUST_LOG": "${RUST_LOG}",
        "UNRAID_API_KEY": "${UNRAID_API_KEY}",
        "UNRAID_API_URL": "${UNRAID_API_URL}",
        "UNRAID_RMCP_REPO": "${UNRAID_RMCP_REPO}",
        "UNRAID_RMCP_VERSION": "${UNRAID_RMCP_VERSION}",
        "UNRAID_RMCP_RELEASE_BASE_URL": "${UNRAID_RMCP_RELEASE_BASE_URL}"
      },
      "args": [
        "-y",
        "unraid-rmcp",
        "mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

No README available

Read the documentation on the source repository.

More in Automation