Installation
CodeTeleport is distributed as an npm package. Install it globally to get both the codeteleport CLI and the codeteleport-mcp server.
-
Install the package
Terminal window npm install -g codeteleportOr with your preferred package manager:
Terminal window pnpm add -g codeteleport# oryarn global add codeteleport -
Verify the installation
Terminal window codeteleport --versionYou should see output like:
0.1.7
System requirements
Section titled “System requirements”| Requirement | Minimum |
|---|---|
| Node.js | 18.0 or later |
| OS | macOS or Linux |
| Claude Code | Any recent version with ~/.claude session storage |
What gets installed
Section titled “What gets installed”The package provides two executables:
codeteleport— the CLI for pushing, pulling, and managing sessions from your terminalcodeteleport-mcp— the MCP server that lets Claude Code call teleport tools directly during a conversation
Next step
Section titled “Next step”You have CodeTeleport installed. Now set up authentication so you can push and pull sessions.