unraid-code-mode-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode: 'stdio' (default) or 'http'. | |
| UNRAID_API_KEY | Yes | API key for authenticating with the Unraid server. | |
| UNRAID_BASE_URL | Yes | The base URL of the Unraid server (e.g., https://tower.local or https://192.168.1.10). | |
| UNRAID_INSECURE | No | Set to 'true' to skip TLS verification (lab use only). | |
| UNRAID_CA_CERT_PATH | No | Path to a CA certificate file for TLS verification. | |
| UNRAID_EXECUTE_TIMEOUT_MS | No | Sandbox execution timeout in milliseconds (1 s – 10 min, default 30000). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search the Unraid GraphQL schema by writing JavaScript. The sandbox is read-only — no network. Use this tool to discover what to call before invoking Globals
Examples |
| executeA | Run Unraid GraphQL operations by writing JavaScript that uses the Although the sandbox is JavaScript, the calls below appear synchronous — Surfaces:
Operations are async — use ExamplesLimits
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmpijll/unraid-code-mode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server