mcpbeat Sign in

Claude Context Sync MCP Server

local only

Claude Context Sync runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 21 May 2026.

Share context, detect conflicts, and message across parallel Claude Code sessions

Installs per day peak 30 · avg 10 · -63% w/w
a month agotoday
70
Installs / week
npm · claude-context-sync
0
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Claude Context Sync every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 claude-context-sync -- npx -y claude-context-sync
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-context-sync": {
      "args": [
        "-y",
        "claude-context-sync"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-context-sync]
command = "npx"
args = ["-y", "claude-context-sync"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-context-sync": {
      "args": [
        "-y",
        "claude-context-sync"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claude-context-sync": {
      "args": [
        "-y",
        "claude-context-sync"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Claude Context Sync

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
AI Context Kit
by ofershap

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

52 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
Relay MCP
by zhowe-designs

Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai.

local only
Claude Memory Manager
by nyxtoolsdev

Cross-session memory for Claude Code — context capture, semantic search, recall

80 installs/wk local only
Memoize — persistent agent memory
by harrisonford

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

answering
Baton
by kasabeh

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

68 installs/wk local only

Claude Context Sync — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Context Sync?
Claude Context Sync 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 claude-context-sync was installed 70 times last week.
How do I connect Claude Context Sync?
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 claude-context-sync straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Context Sync?
The npm package claude-context-sync was installed 70 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Context Sync open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.