Server data from the Official MCP Registry
MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.
MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.
Set these up before or after installing:
Environment variable: UNRAID_API_URL
Environment variable: UNRAID_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"tv-tootie-unraid-mcp": {
"env": {
"UNRAID_API_KEY": "your-unraid-api-key-here",
"UNRAID_API_URL": "your-unraid-api-url-here"
},
"args": [
"unraid-mcp"
],
"command": "uvx"
}
}
}This MCP server provides comprehensive Unraid server management capabilities with good authentication practices and secure credential handling. The code demonstrates solid security architecture with proper token management via environment variables, confirmation requirements for destructive operations, and well-structured GraphQL queries. Minor concerns include broad exception handling and some logging practices, but these don't significantly impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
Scanned 4 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!