Skip to content
Zed

baton for Zed

tech.kasabeh/baton

Pass the baton between coding agents: convert sessions across Claude Code, OpenCode, Codex & more.

client:Zed transport:stdio runtime:npm

Install baton in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "baton": {
      "command": "npx",
      "args": [
        "-y",
        "@kasabeh/baton-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

baton in other clients