forked from HomeLab/unraid-mcp
Version: 1.1.2 → 1.1.3 (patch)
Changelog entry documents 11 documentation accuracy fixes and 1 test
improvement addressed in 183db70 (PR review comments).
Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"name": "unraid",
|
|
"description": "Query, monitor, and manage Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring",
|
|
"version": "1.1.3",
|
|
"author": {
|
|
"name": "jmagar",
|
|
"email": "jmagar@users.noreply.github.com"
|
|
},
|
|
"homepage": "https://github.com/jmagar/unraid-mcp",
|
|
"repository": "https://github.com/jmagar/unraid-mcp",
|
|
"mcpServers": {
|
|
"unraid": {
|
|
"type": "stdio",
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--directory",
|
|
"${CLAUDE_PLUGIN_ROOT}",
|
|
"unraid-mcp-server"
|
|
],
|
|
"env": {
|
|
"UNRAID_MCP_TRANSPORT": "stdio"
|
|
}
|
|
}
|
|
}
|
|
}
|