Unraid RMCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add unraid-rmcp -- npx -y unraid-rmcp
{
"mcpServers": {
"unraid-rmcp": {
"args": [
"-y",
"unraid-rmcp"
],
"command": "npx"
}
}
}
[mcp_servers.unraid-rmcp]
command = "npx"
args = ["-y", "unraid-rmcp"]
{
"mcpServers": {
"unraid-rmcp": {
"args": [
"-y",
"unraid-rmcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"unraid-rmcp": {
"args": [
"-y",
"unraid-rmcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
UNRAID_API_URL (Full Unraid GraphQL endpoint URL.), UNRAID_API_KEY (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.).
The author declared them in the registry entry; get the values from the project itself.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
Rust MCP server and CLI for Arcane Docker and container management.
MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring
Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
MCP server for managing Docker containers, images, networks, volumes, and registries
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.
Answers built from our own checks of this server.