mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-26 05:44:25 -07:00
24 lines
870 B
JSON
24 lines
870 B
JSON
{
|
|
"name": "unraid-mcp",
|
|
"owner": {
|
|
"name": "jmagar",
|
|
"email": "jmagar@users.noreply.github.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Unraid server management via 3 MCP tools: `unraid` (107 subactions across 15 domains), `diagnose_subscriptions`, and `test_subscription_query`",
|
|
"version": "1.1.3",
|
|
"homepage": "https://github.com/jmagar/unraid-mcp",
|
|
"repository": "https://github.com/jmagar/unraid-mcp"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "unraid",
|
|
"source": "./",
|
|
"description": "Query, monitor, and manage Unraid servers via GraphQL API — single `unraid` tool with action+subaction routing for array, disk, docker, VM, notifications, live metrics, and more",
|
|
"version": "1.1.3",
|
|
"tags": ["unraid", "monitoring", "homelab", "graphql", "docker", "virtualization"],
|
|
"category": "infrastructure"
|
|
}
|
|
]
|
|
}
|