Skip to content

MCP Setup

CodeTeleport ships an MCP server (codeteleport-mcp) that lets your AI agent push, pull, and manage sessions without leaving the conversation. This page covers how to wire it up.

Run one command in your terminal:

Terminal window
claude mcp add codeteleport -- codeteleport-mcp

Claude Code will register the server and make all six tools available in every conversation.

Start a Claude Code conversation and ask:

show me my CodeTeleport status

You should see output like:

CodeTeleport Status
user : alice@example.com
device : Alices-Laptop.local
api : https://api.codeteleport.com
plan : free
sessions : 3 / 25
devices : 2 / 3

If you get an authentication error, make sure you have logged in first.

CodeTeleport follows the Model Context Protocol standard. If your agent supports MCP tool servers, point it at the codeteleport-mcp executable and it should work out of the box.

Running into issues? Open an issue on GitHub and let us know which agent you are using.

See the full list of MCP tools that CodeTeleport exposes.