Skip to content
Cursor

baton for Cursor

tech.kasabeh/baton

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

client:Cursor transport:stdio runtime:npm

Install baton in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

baton in other clients