Register your device
Log in to the dashboard and register the machine you want to run Claude Code® sessions on. This generates a unique device token and your personal MCP endpoint URL.
- Go to dashboard.detachdev.io and create your account
- Click Add Device
- Give your device a name — e.g. dev-01, macbook-pro, aws-dev
- Copy the install command shown — you will use it in Step 2
- Note your MCP endpoint URL — you will use it in Step 3
Install the client daemon
Run the install command on your dev machine. The daemon installs as a system service, starts on boot, and connects outbound to the platform — no open ports required.
curl -fsSL get.detachdev.io/install.sh | sh
The installer sets up the DetachDev daemon as a systemd service on Linux or a launchd agent on macOS. It starts immediately and restarts automatically on reboot. When complete, your device appears as Online in the dashboard within a few seconds.
Set up your favourite AI assistant
Add your MCP endpoint to whichever AI client you prefer. You only do this once — it then gives you access to all your registered devices and sessions.
https://mcp.detachdev.io/u/your-token
Add this once to each AI client you want to use. You do not need to repeat this per device or per session.
Adding DetachDev to Claude.ai
- Open Claude.ai and go to Settings → Integrations
- Click Add custom integration
- Paste your MCP endpoint URL
- Name it DetachDev and click Save
Adding DetachDev to ChatGPT
- Open ChatGPT and go to Settings → Actions → Add custom action
- Paste your MCP endpoint URL into the Schema URL field — ChatGPT fetches the manifest automatically
- Name the action DetachDev and save
Adding DetachDev to VS Code (Copilot)
- Press Cmd/Ctrl + Shift + P and run GitHub Copilot: Add MCP Server
- Select HTTP (Server-Sent Events)
- Paste your MCP endpoint URL and name it DetachDev
First usage examples
Your device is connected and your AI client is set up. Here is what to try first — and what DetachDev is actually built for.
🌙 Start a long task before bed
Check in the next morning: "Show me what my-api completed overnight."
📱 Check in between meetings
Get a status summary across all running sessions without opening a laptop.
✈️ Keep work moving while you travel
Kick off from the airport. Approve outputs from the plane.
Quick reference
Common commands. Prefix with "Using DetachDev" if your AI client needs context.
| What you want to do | What to say |
|---|---|
| List all sessions | "List my sessions on [device name]" |
| List projects | "List projects on my device" |
| Start a new session | "Start a new session on [project] and ask it to [task]" |
| Resume a session | "Resume the [session name] session" |
| Check session output | "Show the latest output from [session name]" |
| Send a prompt | "Tell the [session name] session to [instruction]" |
| Approve a permission | "Approve the permission prompt on [session name]" |
| Stop a session | "Stop the [session name] session" |
| View session history | "Show the full history of [session name]" |
Questions? Contact us or go to your dashboard.