mcpbeat Sign in

Baton MCP Server

local only

Baton runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 185 · avg 19 · -16% w/w
a month agotoday
68
Installs / week
npm · @kasabeh/baton-mcp
26
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node ./install.js
File ships in the package but is absent from the source [пакет] binary-install.js:1, [пакет] binary.js:1, [пакет] install.js:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add baton -- npx -y @kasabeh/baton-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "baton": {
      "args": [
        "-y",
        "@kasabeh/baton-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.baton]
command = "npx"
args = ["-y", "@kasabeh/baton-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "baton": {
      "args": [
        "-y",
        "@kasabeh/baton-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "baton": {
      "args": [
        "-y",
        "@kasabeh/baton-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Baton

same job, measured the same way
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
showagent
by aytzey

Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.

local only
Claude Bridge MCP
by rahuljava2807

Pipes Claude Code session output into Claude Chat — no more copy-paste between tools

39 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Intercom
by muhammadtalhamt

Relays messages between two Claude Code sessions on different machines using the Channels API

37 installs/wk local only
CCRider
by neilberkman

Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp)

local only
Memoize — persistent agent memory
by harrisonford

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

answering
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

42 installs/wk local only

Baton — questions

Answers built from our own checks of this server.

Why is there no uptime for Baton?
Baton runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kasabeh/baton-mcp was installed 68 times last week.
How do I connect Baton?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kasabeh/baton-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Baton?
The npm package @kasabeh/baton-mcp was installed 68 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Baton open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 26 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.