Skip to content

Installation

CodeTeleport is distributed as an npm package. Install it globally to get both the codeteleport CLI and the codeteleport-mcp server.

  1. Install the package

    Terminal window
    npm install -g codeteleport

    Or with your preferred package manager:

    Terminal window
    pnpm add -g codeteleport
    # or
    yarn global add codeteleport
  2. Verify the installation

    Terminal window
    codeteleport --version

    You should see output like:

    0.1.7
RequirementMinimum
Node.js18.0 or later
OSmacOS or Linux
Claude CodeAny recent version with ~/.claude session storage

The package provides two executables:

  • codeteleport — the CLI for pushing, pulling, and managing sessions from your terminal
  • codeteleport-mcp — the MCP server that lets Claude Code call teleport tools directly during a conversation

You have CodeTeleport installed. Now set up authentication so you can push and pull sessions.