unraid-mcp/.codex-plugin/plugin.json

44 lines
1.2 KiB
JSON

{
"name": "unraid-mcp",
"version": "1.3.4",
"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"
}
}