← Back to Plugins
MCP Server MCP

tech.kasabeh/baton

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @kasabeh/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@kasabeh/baton-mcp",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...