Home › Cloud & Monitoring › Unraid RMCP
Unraid RMCP
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.3.0)
npx -y @dinglebear/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"unraid": {
"command": "npx",
"args": [
"-y",
"@dinglebear/[email protected]"
],
"env": {
"UNRAID_API_URL": "<YOUR_VALUE>",
"UNRAID_API_KEY": "<YOUR_VALUE>",
"UNRAID_RMCP_VERSION": "<YOUR_VALUE>",
"UNRAID_RMCP_REPO": "<YOUR_VALUE>",
"UNRAID_RMCP_RELEASE_BASE_URL": "<YOUR_VALUE>",
"RUST_LOG": "<YOUR_VALUE>"
}
}
}
}
UNRAID_API_URLrequired — Full Unraid GraphQL endpoint URL.UNRAID_API_KEYrequired secret — 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.
This server takes extra arguments — see its repository.
This repository has 3 servers listed in the Official MCP Registry.
Other names: ai.dinglebear/unraid-mcp, tv.tootie/unraid-mcp
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry