Reconnect to a running remote Claude Code instance and stream its logs
Install and configure the claude-remote CLI for SSH-based remote handoff
Download workspace artifacts from a remote instance to the local machine
Transfer current workspace to a remote server and start a Claude Code session there
SSH-based remote handoff for Claude Code sessions.
Upload your local workspace to a remote server, start Claude Code there, and pull results back — all from slash commands inside Claude Code.
/plugin marketplace add https://github.com/tatsu-t/claude-remote
Then run /setup to build the binary and configure your server.
| Slash command | What it does |
|---|---|
/setup | Build & install the claude-remote binary, configure ~/.claude-remote/config.toml |
/upload | Transfer current workspace to remote server, start Claude Code in server mode |
/attach | Reconnect to a running remote instance and stream its logs |
/pull | Download workspace artifacts from a remote instance |
~/.ssh/id_ed25519 recommended)claude-remote-server with ANTHROPIC_API_KEY setcd deploy
cp /dev/stdin authorized_keys <<< "$(cat ~/.ssh/id_ed25519.pub)"
docker compose up --build -d
Then in ~/.claude-remote/config.toml:
[server]
host = "your-server.example.com"
port = 2222
user = "claude-remote"
key = "~/.ssh/id_ed25519"
Local (Claude Code CLI)
/upload ─── SSH ──→ claude-remote-server upload
│ └── extract tar.gz → start claude --server-mode → stream logs
/attach ─── SSH ──→ claude-remote-server attach <id>
│ └── stream stored log or live output
/pull ─── SSH ──→ claude-remote-server pull <id>
└── JSON header + tar.gz of workspace
MIT
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tatsu-t/claude-remote --plugin claude-remoteMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.