CodeTeleport — teleport Claude Code sessions between machines #1150
nawaaz-korvol
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I built a tool that lets you move Claude Code sessions between machines.
The problem: you're deep in a session on your work laptop — hundreds of messages, dozens of file edits, a full context window built up over hours. You need to continue on another machine. That session is stuck.
CodeTeleport fixes this. Push a session from one machine, pull it on another, resume with full context intact.
How it works
Install the MCP server, and you can push/pull sessions directly from inside Claude Code:
The setup wizard handles everything — login, device name, and MCP registration. Takes 30 seconds.
Then just talk to Claude:
When you push, CodeTeleport bundles everything — the conversation log, subagent logs, file history, paste cache, shell snapshots — into a compressed archive and uploads it. When you pull on another machine, it downloads the bundle and rewrites all paths to match your current directory. Different username, different OS, different directory structure — it just works.
Session versioning
Every push creates a new version. Went down the wrong path? Pull an earlier version and pick up from there. Free accounts keep 2 versions per session, Pro keeps 10.
What's included
Links
Built this because I work across two machines daily and got tired of losing context. If you use Claude Code on more than one device, give it a try. Feedback welcome — drop by the Discord or open an issue.
Beta Was this translation helpful? Give feedback.
All reactions