relay-mcp
Link this machine to the relay so it can be managed through an AI assistant. You'll be asked for a one-time enrollment token (create it in the admin console).
Connecting an AI (Claude, ChatGPT, Codex, OpenCode, …) instead? See how to connect an AI assistant →
Linux / macOS
bash
curl -fsSL https://mcp.darky.cc/install.sh | bash
Windows
powershell
irm https://mcp.darky.cc/install.ps1 | iex
What it does
- Downloads a self-contained agent (with its own portable Python — nothing is installed system-wide).
- Asks for your enrollment token and registers the machine with the relay.
- Exposes capabilities (shell / PowerShell, read-only diagnostics) that the AI can use — limited by the per-client access you grant each token.
- Optionally installs itself to run at startup.
No secrets are contained in the installer. Advanced: pass a token non-interactively, e.g.
curl -fsSL https://mcp.darky.cc/install.sh | bash -s -- --token enr_XXXX, or set
$env:RELAY_TOKEN before the Windows one-liner.