Unraid RMCP for Cursor
ai.dinglebear/unraid-rmcp
Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.
client:Cursor
transport:stdio
runtime:npm
Install Unraid RMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unraid-rmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unraid-rmcp"
],
"env": {
"UNRAID_API_URL": "<UNRAID_API_URL>",
"UNRAID_API_KEY": "<UNRAID_API_KEY>",
"UNRAID_RMCP_VERSION": "<UNRAID_RMCP_VERSION>",
"UNRAID_RMCP_REPO": "<UNRAID_RMCP_REPO>",
"UNRAID_RMCP_RELEASE_BASE_URL": "<UNRAID_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs