npx claudepluginhub jamesprial/prial-plugins --plugin unraid-assistantAdd to your .mcp.json:
{
"mcpServers": {
"unraid-assistant": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/server",
"unraid-assistant"
],
"env": {
"UNRAID_URL": "",
"UNRAID_API_KEY": "<your-unraid-api-key>"
}
}
}
}Replace placeholder values for: UNRAID_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
uvUNRAID_URL=UNRAID_API_KEY=