Unraid管理工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Unraid管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Unraid管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/ruaan-deysel/unraid-management-agent
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"unraid----": {
"command": "npx",
"args": ["-y", "unraid-management-agent"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Unraid管理工具 执行以下任务... Claude: [自动调用 Unraid管理工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"unraid____": {
"command": "npx",
"args": ["-y", "unraid-management-agent"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Important: The Unraid Management Agent has NO external plugin dependencies. It collects data directly from system sources.
For detailed information, see:
make deps
make deps
```bash
make release
curl -X POST http://localhost:8043/api/v1/docker/nginx/start
```bash
make local
make clean ```
./scripts/setup-pre-commit.sh
pip install pre-commit make pre-commit-install
Pre-commit will automatically run checks before each commit. See [docs/development/code-quality.md](docs/development/code-quality.md) for detailed documentation.
#### Available Commands
bash make pre-commit-run # Run all pre-commit checks make lint # Run golangci-lint only make security-check # Run security scans make test-coverage # Run tests with coverage ```
```bash
This plugin has been developed and tested on the following configuration:
Note: This configuration represents the primary development and testing environment. Your mileage may vary on different hardware setups.
Configure the plugin through the Unraid web UI:
For automation or headless setups, you can edit the config file directly:
/boot/config/plugins/unraid-management-agent/config.cfg
Changes require a service restart:
/usr/local/emhttp/plugins/unraid-management-agent/scripts/stop
/usr/local/emhttp/plugins/unraid-management-agent/scripts/start
This plugin can coexist with the official Unraid API. They operate independently and do not conflict with each other. You can use both simultaneously if your use case requires it.
For information about the official Unraid GraphQL API, please refer to:
---
For optimal performance, collectors use native Go libraries instead of shell commands:
| Component | Library | Description |
|---|---|---|
| **Docker** | github.com/moby/moby/client | Docker Engine SDK for container data |
| **VMs** | github.com/digitalocean/go-libvirt | Native libvirt bindings for VM data |
| **System** | Direct /proc, /sys access | Kernel interfaces for metrics |
Base URL: http://localhost:8043/api/v1
GET /health - Health checkGET /system - System informationGET /array - Array statusGET /disks - List all disksGET /disks/{id} - Get specific disk infoGET /network - Network interface listGET /shares - List user sharesGET /docker - List Docker containersGET /docker/{id} - Get container detailsGET /vm - List virtual machinesGET /vm/{id} - Get VM detailsGET /ups - UPS statusGET /gpu - GPU metricsGET /logs - List log files or get log contentGET /logs/{filename} - Get specific log file by nameGET /settings/disk-thresholds - Global disk temperature warning/critical thresholdsGET /settings/mover - Mover schedule, thresholds, and running statusGET /settings/services - Docker and VM Manager enabled/disabled statusGET /settings/network-services - Network services status (SMB, NFS, FTP, SSH, VPN, etc.)GET /array/parity-check/schedule - Parity check schedule configurationGET /plugins - List installed plugins with versions and update statusGET /updates - OS and plugin update availabilityGET /system/flash - USB flash boot drive health statisticsPOST /docker/{id}/start - Start containerPOST /docker/{id}/stop - Stop containerPOST /docker/{id}/restart - Restart containerPOST /docker/{id}/pause - Pause containerPOST /docker/{id}/unpause - Unpause containerPOST /vm/{id}/start - Start VMPOST /vm/{id}/stop - Stop VMPOST /vm/{id}/restart - Restart VMPOST /vm/{id}/pause - Pause VMPOST /vm/{id}/resume - Resume VMPOST /vm/{id}/hibernate - Hibernate VMPOST /vm/{id}/force-stop - Force stop VMcurl http://localhost:8043/api/v1/network
[
{
"name": "eth0",
"mac_address": "00:11:22:33:44:55",
"ip_address": "192.168.1.100",
"speed_mbps": 1000,
"state": "up",
"bytes_received": 1234567890,
"bytes_sent": 987654321,
"packets_received": 5000000,
"packets_sent": 4500000,
"errors_received": 0,
"errors_sent": 0,
"timestamp": "2025-10-02T08:00:00Z"
}
]
This is a community-developed third-party plugin and is NOT an official Unraid product.
You might choose this plugin if you:
Data collectors run at configurable intervals (defaults shown):
Coordinates the entire application lifecycle:
make package ```
Dev Containers: Reopen in Container.ansible/ directory).onCreateCommand installs tools, updateContentCommand refreshes deps, postCreateCommand sets up pre-commit hooks.make test to verify after attach.unraid-management-agent 是一个专为 Unraid 系统设计的第三方管理代理工具。它旨在为用户提供更灵活、更易用的系统监控与控制能力,通过轻量化的方式实现对 Unraid 核心数据的实时获取与管理,是开发者和高级用户扩展 Unraid 功能的重要工具。
该插件提供了强大的系统监控与控制功能,包括实时获取 CPU、内存、温度等系统指标,监控 Array 阵列状态及 Parity 信息,以及对单个磁盘、网络接口进行详细的度量。此外,它还支持通过 WebSocket 实现实时事件流推送,并提供对 Docker 容器和 VM 虚拟机的控制能力。
在使用本插件前,请确保您的系统环境符合以下要求:Unraid 版本需为 6.9 或更高(已在 Unraid 7.x 上完成测试);系统需预留 8043 端口(可配置);最重要的是,本插件不依赖任何外部插件,直接从系统底层数据源采集信息,确保了极高的兼容性与稳定性。
开发者可以通过源码构建的方式进行安装。首先,使用 `make deps` 安装必要的依赖;随后,通过 `make release` 命令针对 Unraid 环境(Linux/amd64)进行编译构建。对于容器化部署,您可以通过调用 API 指令来启动特定的 Docker 容器,实现自动化管理。
本插件主要通过 REST API 进行交互。用户可以发送标准的 HTTP 请求来获取系统状态或执行控制指令。文档中提供了详细的 API Response 示例,帮助开发者快速理解返回的数据结构,从而轻松地将 Unraid 的各项指标集成到自定义的监控面板或自动化脚本中。
插件的配置过程非常直观,通过 Unraid Web UI 的 Settings → Unraid Management Agent 页面即可完成。您可以根据需求自定义 API server 的 Port(默认 8043)以及各项数据采集的 Collection Intervals(采集间隔)。修改设置并点击 Apply 后,服务会自动重启以应用新配置。
本插件与 Unraid 官方提供的基于 GraphQL 的 API 是互补关系而非竞争关系。官方 API 由 Lime Technology 提供,适用于 Unraid OS 7.2+;而本插件则专注于提供更符合传统习惯的 REST API 和实时 WebSocket 支持。两者可以完美共存,开发者可以根据业务场景灵活选择使用。
插件内部由多个高度模块化的 Collectors(采集器)组成,每个采集器均以可配置的间隔运行。包括 System Collector(每 15s 采集 CPU/RAM/温度)、Array Collector(每 30s 采集阵列状态)、Disk Collector(每 30s 采集磁盘指标)以及 Network Collector(每 30s 采集网络统计),确保数据的实时性与准确性。
针对常见问题,本插件特别提醒:这是一个由社区开发的第三方插件,并非 Unraid 官方产品。如果您更倾向于使用传统的 REST API、需要 WebSocket 实时事件流,或者需要针对特定监控指标进行定制化控制,那么本插件将是您的理想选择。
该项目提供了一个开源的MCP工具,通过REST API和WebS管理Unraid系统,支持Prometheus和Swagger,语言为Go,虽然star数较少,但项目结构清晰,代码质量较高,值得关注。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Unraid管理工具 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | unraid-management-agent |
| 原始描述 | 开源MCP工具:Go-based Unraid plugin monitor and control your Unraid system via REST API, WebS。⭐30 · Go |
| Topics | mcpmqttprometheusrest-apiswaggergo |
| GitHub | https://github.com/ruaan-deysel/unraid-management-agent |
| License | MIT |
| 语言 | Go |
收录时间:2026-05-25 · 更新时间:2026-05-26 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端