{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "tv.tootie/unraid-mcp", "title": "Unraid MCP", "description": "MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.", "repository": { "url": "https://github.com/jmagar/unraid-mcp", "source": "github" }, "version": "1.2.2", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "unraid-mcp", "version": "1.2.2", "runtimeHint": "uvx", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "UNRAID_API_URL", "description": "Base URL of your Unraid server, e.g. http://192.168.1.100.", "isRequired": true, "isSecret": false }, { "name": "UNRAID_API_KEY", "description": "Unraid API key for authentication.", "isRequired": true, "isSecret": true } ] } ] }