mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-05-01 10:17:50 +00:00
sync-env.sh was exiting 1 whenever UNRAID_MCP_BEARER_TOKEN was not configured via plugin userConfig, causing startup hook errors every session for users not using the plugin config flow.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "unraid-mcp",
|
|
"version": "1.2.3",
|
|
"description": "Unraid server management via MCP.",
|
|
"homepage": "https://github.com/jmagar/unraid-mcp",
|
|
"repository": "https://github.com/jmagar/unraid-mcp",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"unraid",
|
|
"homelab",
|
|
"graphql",
|
|
"docker",
|
|
"nas",
|
|
"monitoring"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"apps": "./.app.json",
|
|
"interface": {
|
|
"displayName": "Unraid MCP",
|
|
"shortDescription": "Monitor and manage Unraid servers",
|
|
"longDescription": "Monitor array health, Docker containers, VMs, notifications, and system metrics on Unraid through MCP tools and bundled skills.",
|
|
"developerName": "Jacob Magar",
|
|
"category": "Infrastructure",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://github.com/jmagar/unraid-mcp",
|
|
"defaultPrompt": [
|
|
"Check my Unraid array status.",
|
|
"List Docker containers on Unraid.",
|
|
"Inspect Unraid notifications and system health."
|
|
],
|
|
"brandColor": "#F59E0B",
|
|
"composerIcon": "./assets/icon.png",
|
|
"logo": "./assets/logo.svg"
|
|
},
|
|
"author": {
|
|
"name": "Jacob Magar",
|
|
"email": "jmagar@users.noreply.github.com",
|
|
"url": "https://github.com/jmagar"
|
|
}
|
|
}
|