mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
docs: replace Related files with Related plugins section
This commit is contained in:
parent
1e5617a507
commit
043e682952
1 changed files with 28 additions and 9 deletions
37
README.md
37
README.md
|
|
@ -573,16 +573,35 @@ The server issues queries and mutations against the Unraid GraphQL API. Key quer
|
|||
|
||||
Subscriptions use `graphql-transport-ws` over WebSocket (falling back to legacy `graphql-ws`). The WebSocket URL is derived from `UNRAID_API_URL` by swapping the scheme (`http` → `ws`, `https` → `wss`).
|
||||
|
||||
## Related files
|
||||
## Related plugins
|
||||
|
||||
- `unraid_mcp/server.py` — server bootstrap, transport selection, Bearer auth middleware
|
||||
- `unraid_mcp/main.py` — CLI entrypoint
|
||||
- `unraid_mcp/subscriptions/queries.py` — all GraphQL subscription strings
|
||||
- `unraid_mcp/subscriptions/diagnostics.py` — `diagnose_subscriptions` and `test_subscription_query` implementations
|
||||
- `docs/AUTHENTICATION.md` — HTTP auth setup, token generation, troubleshooting
|
||||
- `docs/DESTRUCTIVE_ACTIONS.md` — manual verification strategy for dangerous operations
|
||||
- `skills/unraid/` — user-facing operational guidance
|
||||
- `tests/safety/` — automated destructive action guard tests
|
||||
| Plugin | Category | Description |
|
||||
|--------|----------|-------------|
|
||||
| [homelab-core](https://github.com/jmagar/claude-homelab) | core | Core agents, commands, skills, and setup/health workflows for homelab management. |
|
||||
| [overseerr-mcp](https://github.com/jmagar/overseerr-mcp) | media | Search movies and TV shows, submit requests, and monitor failed requests via Overseerr. |
|
||||
| [unifi-mcp](https://github.com/jmagar/unifi-mcp) | infrastructure | Monitor and manage UniFi devices, clients, firewall rules, and network health. |
|
||||
| [gotify-mcp](https://github.com/jmagar/gotify-mcp) | utilities | Send and manage push notifications via a self-hosted Gotify server. |
|
||||
| [swag-mcp](https://github.com/jmagar/swag-mcp) | infrastructure | Create, edit, and manage SWAG nginx reverse proxy configurations. |
|
||||
| [synapse-mcp](https://github.com/jmagar/synapse-mcp) | infrastructure | Docker management (Flux) and SSH remote operations (Scout) across homelab hosts. |
|
||||
| [arcane-mcp](https://github.com/jmagar/arcane-mcp) | infrastructure | Manage Docker environments, containers, images, volumes, networks, and GitOps via Arcane. |
|
||||
| [syslog-mcp](https://github.com/jmagar/syslog-mcp) | infrastructure | Receive, index, and search syslog streams from all homelab hosts via SQLite FTS5. |
|
||||
| [plugin-lab](https://github.com/jmagar/plugin-lab) | dev-tools | Scaffold, review, align, and deploy homelab MCP plugins with agents and canonical templates. |
|
||||
| [axon](https://github.com/jmagar/axon) | research | Self-hosted web crawl, ingest, embed, and RAG pipeline with MCP tooling. |
|
||||
|
||||
## Related plugins
|
||||
|
||||
| Plugin | Category | Description |
|
||||
|--------|----------|-------------|
|
||||
| [homelab-core](https://github.com/jmagar/claude-homelab) | core | Core agents, commands, skills, and setup/health workflows for homelab management. |
|
||||
| [overseerr-mcp](https://github.com/jmagar/overseerr-mcp) | media | Search movies and TV shows, submit requests, and monitor failed requests via Overseerr. |
|
||||
| [unifi-mcp](https://github.com/jmagar/unifi-mcp) | infrastructure | Monitor and manage UniFi devices, clients, firewall rules, and network health. |
|
||||
| [gotify-mcp](https://github.com/jmagar/gotify-mcp) | utilities | Send and manage push notifications via a self-hosted Gotify server. |
|
||||
| [swag-mcp](https://github.com/jmagar/swag-mcp) | infrastructure | Create, edit, and manage SWAG nginx reverse proxy configurations. |
|
||||
| [synapse-mcp](https://github.com/jmagar/synapse-mcp) | infrastructure | Docker management (Flux) and SSH remote operations (Scout) across homelab hosts. |
|
||||
| [arcane-mcp](https://github.com/jmagar/arcane-mcp) | infrastructure | Manage Docker environments, containers, images, volumes, networks, and GitOps via Arcane. |
|
||||
| [syslog-mcp](https://github.com/jmagar/syslog-mcp) | infrastructure | Receive, index, and search syslog streams from all homelab hosts via SQLite FTS5. |
|
||||
| [plugin-lab](https://github.com/jmagar/plugin-lab) | dev-tools | Scaffold, review, align, and deploy homelab MCP plugins with agents and canonical templates. |
|
||||
| [axon](https://github.com/jmagar/axon) | research | Self-hosted web crawl, ingest, embed, and RAG pipeline with MCP tooling. |
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue