Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"unraid": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"MCP_TRANSPORT=stdio",
"-e",
"MCP_READ_ONLY",
"-e",
"UNRAID_API_URL",
"-e",
"UNRAID_API_KEY",
"-e",
"UNRAID_TLS_SKIP_VERIFY",
"docker.io/mikenorth/unraid-mcp:latest"
],
"env": {
"MCP_READ_ONLY": "${MCP_READ_ONLY:-true}",
"UNRAID_API_KEY": "${UNRAID_API_KEY}",
"UNRAID_API_URL": "${UNRAID_API_URL}",
"UNRAID_TLS_SKIP_VERIFY": "${UNRAID_TLS_SKIP_VERIFY:-false}"
}
}
}
}Replace placeholder values for: UNRAID_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_READ_ONLY=${MCP_READ_ONLY:-true}UNRAID_API_KEY=${UNRAID_API_KEY}UNRAID_API_URL=${UNRAID_API_URL}UNRAID_TLS_SKIP_VERIFY=${UNRAID_TLS_SKIP_VERIFY:-false}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub mike-north/unraid-toolkit --plugin unraid-assistant