You do not need to memorize tool names. Just describe what you want in plain English and your AI coding agent (Claude Code, Codex, or Antigravity) will call the right MCP tool.
Your agent calls teleport_pull with the most recent session ID.
Claude: Session installed.
id: c3a05473
Resume with: claude --resume c3a05473
All paths have been rewritten from /Users/alice to /Users/bob automatically.
The Resume with: line is teleport_pull’s literal output and matches the agent that created the bundle — a Codex bundle prints codex resume c3a05473 and an Antigravity bundle prints agy --conversation c3a05473, regardless of which agent is configured on this machine.
Path rewriting is a two-pass rewrite (source home dir → target home dir, then source cwd → target cwd). For Claude Code and Codex JSONL transcripts (and memory/brain text files) this is plain text replacement; for an Antigravity bundle the same paths are rewritten inside the binary protobuf payloads of the SQLite conversation DB, with field-length prefixes recomputed so message framing stays valid. See path rewriting for details.
You: Pull session 7f2b1e90 to /home/bob/repos/frontend.
Your agent calls teleport_pull with sessionId: "7f2b1e90..." and targetDir: "/home/bob/repos/frontend".
Claude: Session installed and anchored at /home/bob/repos/frontend. Resume with claude --resume 7f2b1e90.
As above, the resume command is bundle-derived — a Codex bundle would say codex resume 7f2b1e90 and an Antigravity bundle agy --conversation 7f2b1e90. See path rewriting for details on how directory anchoring works.
Your agent calls teleport_local_list. This scans the local store of your configured agent — Claude Code (~/.claude/projects/), Codex (~/.codex/sessions/), or Antigravity (~/.gemini/antigravity-cli/conversations/).
Claude: You have 5 local AI coding sessions:
ID
Project
Messages
Last active
Size
c3a05473…
billing-api
47
Mar 28, 14:32
284 KB
e8f21a03…
billing-api
12
Mar 28, 09:15
91 KB
7f2b1e90…
frontend
83
Mar 27, 17:44
512 KB
d4419bc1…
docs-site
29
Mar 26, 11:02
156 KB
a91d44c2…
auth-service
61
Mar 25, 16:30
198 KB
These are on your local machine. Want me to push any of them to the cloud?