mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
29 lines
822 B
JSON
29 lines
822 B
JSON
{
|
|
"name": "unraid-mcp",
|
|
"version": "1.2.4",
|
|
"description": "Query, monitor, and manage Unraid servers via GraphQL API through MCP tools. Supports system info, Docker, VMs, array/parity, notifications, plugins, and live telemetry.",
|
|
"mcpServers": {
|
|
"unraid-mcp": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"unraid-mcp-server"
|
|
],
|
|
"cwd": "${extensionPath}"
|
|
}
|
|
},
|
|
"settings": [
|
|
{
|
|
"name": "Unraid API URL",
|
|
"description": "GraphQL API endpoint for your Unraid server (e.g., https://unraid.local/graphql)",
|
|
"envVar": "UNRAID_API_URL",
|
|
"sensitive": false
|
|
},
|
|
{
|
|
"name": "Unraid API Key",
|
|
"description": "API key for authenticating with the Unraid GraphQL API",
|
|
"envVar": "UNRAID_API_KEY",
|
|
"sensitive": true
|
|
}
|
|
]
|
|
}
|