Skip to content

MCP Setup

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

CodeTeleport supports three AI coding agents — Claude Code (id claude-code, default), Codex (OpenAI, id codex), and Antigravity (Google, id antigravity). The MCP server is the same for all three; only the registration command differs. Each agent registers the same seven tools.

Pick your agent and run its mcp add command. Claude Code is shown first as the default, but Codex and Antigravity are fully supported equals — each registers the same seven tools.

Run one command in your terminal:

Terminal window
claude mcp add codeteleport -- codeteleport-mcp

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

Start a conversation in your agent — Claude Code, Codex, or Antigravity — and ask:

show me my CodeTeleport status

This calls the teleport_status tool, which works identically from any agent’s conversation. 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 officially supports Claude Code, Codex, and Antigravity. Its MCP server also follows the Model Context Protocol standard, so any other MCP-compatible client can point at the codeteleport-mcp executable — though only the three agents above are officially supported.

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.