Back to Home
ToxicTolerance icon

unraid-mcp

Verified Safe

by ToxicTolerance

Overview

Provides a Model Context Protocol (MCP) server to interact with and manage an Unraid server's GraphQL API, offering comprehensive tools for system, storage, Docker, VM, and other Unraid functionalities.

Installation

Run Command
docker run -d --name unraid-mcp --restart unless-stopped -p 6970:6970 -e UNRAID_API_URL="http://your-unraid-server/graphql" -e UNRAID_API_KEY="your_api_key_here" unraid-mcp-server

Environment Variables

  • UNRAID_API_URL
  • UNRAID_API_KEY

Security Notes

The `dev.sh` script executes Python code from strings, which, while controlled by the script itself, could be a concern if the script were tampered with or if executed in an untrusted environment. The `UNRAID_VERIFY_SSL` environment variable allows disabling SSL certificate verification (if set to `false`), which is a significant security risk if used in production, as it can expose communication to Man-in-the-Middle attacks. `UNRAID_API_KEY` is handled appropriately via environment variables.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-23

Tags

UnraidMCPGraphQLServer ManagementAPI