Unraid RMCP for Claude Code
ai.dinglebear/unraid
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
client:Claude Code
transport:stdio
runtime:npm
Install Unraid RMCP in Claude Code
run in your project directory
claude mcp add unraid -e UNRAID_API_URL=<UNRAID_API_URL> -e UNRAID_API_KEY=<UNRAID_API_KEY> -e UNRAID_RMCP_VERSION=<UNRAID_RMCP_VERSION> -e UNRAID_RMCP_REPO=<UNRAID_RMCP_REPO> -e UNRAID_RMCP_RELEASE_BASE_URL=<UNRAID_RMCP_RELEASE_BASE_URL> -e RUST_LOG=<RUST_LOG> -- npx -y @dinglebear/unraid
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs