Unraid MCP Server enables AI assistants to interact with Unraid servers through the official Unraid GraphQL API. Built by jmagar, it provides read-only access to system information, array status, Docker containers, virtual machines, disk information, and network shares. The implementation uses Python with the FastMCP framework, communicates via stdio transport for direct AI assistant integration, and requires an API key with appropriate permissions. This server is particularly valuable for Unraid users who want to monitor their server status, check disk health, manage containers, or troubleshoot issues directly through AI assistant conversations without switching contexts.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Comprehensive system, OS, CPU, memory, hardware info.
Storage array status, capacity, and disk details.
System variables and settings.
Network configuration and access URLs.
Unraid registration details.
Unraid Connect configuration.
List all containers with caching options.
Start/stop containers (idempotent).
Detailed container information.
List all VMs and their states.
VM lifecycle (start/stop/pause/resume/reboot).
Detailed VM information.
User shares information.
Physical disk discovery.
SMART data and detailed disk info.
Comprehensive system health assessment.
Notification counts by severity.
Filtered notification listing.
Available system logs.
Log file content retrieval.
List configured remotes.
Configuration schemas.
Create new remote.
Remove existing remote.
Test GraphQL subscriptions.
Subscription system diagnostics.
Live log streaming from /var/log/syslog with WebSocket subscriptions.