Skip to content
VS Code

baton for VS Code

tech.kasabeh/baton

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

client:VS Code transport:stdio runtime:npm

Install baton in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

baton in other clients