Odel
baton

baton

Local
@kaseban25RustApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kasabeh/baton-mcpv0.3.0

Run

npx -y @kasabeh/baton-mcp

MCP client config

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