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.
Claude Code
Section titled “Claude Code”Run one command in your terminal:
claude mcp add codeteleport -- codeteleport-mcpClaude Code will register the server and make all six tools available in every conversation.
Open your Claude Code settings file (~/.claude/settings.json) and add the server entry:
{ "mcpServers": { "codeteleport": { "command": "codeteleport-mcp", "args": [] } }}Save the file and restart Claude Code.
Verify
Section titled “Verify”Start a Claude Code conversation and ask:
show me my CodeTeleport statusYou 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 / 3If you get an authentication error, make sure you have logged in first.
Other Agents
Section titled “Other Agents”Cursor
Section titled “Cursor”Windsurf
Section titled “Windsurf”Other MCP-Compatible Agents
Section titled “Other MCP-Compatible Agents”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.
Next step
Section titled “Next step”See the full list of MCP tools that CodeTeleport exposes.