mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-26 05:44:25 -07:00
24 lines
849 B
JSON
24 lines
849 B
JSON
{
|
|
"name": "unraid-mcp",
|
|
"owner": {
|
|
"name": "jmagar",
|
|
"email": "jmagar@users.noreply.github.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Comprehensive Unraid server management and monitoring via a single consolidated MCP tool (~108 actions across 15 domains)",
|
|
"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"
|
|
}
|
|
]
|
|
}
|