Unraid RMCP
About
Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNRAID_API_URL UNRAID_API_KEY UNRAID_RMCP_VERSION UNRAID_RMCP_REPO UNRAID_RMCP_RELEASE_BASE_URL RUST_LOGClaude Code
claude mcp add --env UNRAID_API_URL= --env UNRAID_API_KEY= --env UNRAID_RMCP_VERSION= --env UNRAID_RMCP_REPO= --env UNRAID_RMCP_RELEASE_BASE_URL= --env RUST_LOG= unraid-rmcp -- npx unraid-rmcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"unraid-rmcp","command":"npx","args":["unraid-rmcp"],"env":{"UNRAID_API_URL":"","UNRAID_API_KEY":"","UNRAID_RMCP_VERSION":"","UNRAID_RMCP_REPO":"","UNRAID_RMCP_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
"mcpServers": {
"unraid-rmcp": {
"command": "npx",
"args": [
"unraid-rmcp"
],
"env": {
"UNRAID_API_URL": "",
"UNRAID_API_KEY": "",
"UNRAID_RMCP_VERSION": "",
"UNRAID_RMCP_REPO": "",
"UNRAID_RMCP_RELEASE_BASE_URL": "",
"RUST_LOG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.