mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 04:29:17 -07:00
- Fix test patching example: tools.info → tools.unraid (old module deleted) - Fix destructive actions: storage → disk (correct action domain) - Update mutation handler ordering: QUERIES → _*_QUERIES domain dicts - Add test-destructive.sh to scripts section - Bump version 1.0.0 → 1.0.1 Co-authored-by: Claude <claude@anthropic.com>
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"name": "unraid",
|
|
"description": "Query and monitor Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring",
|
|
"version": "1.0.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|