Claude Context Sync
@ybin4548
关于 Claude Context Sync
Share context, detect file conflicts, and send messages across parallel Claude Code sessions
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"claude-context-sync": {
"command": "npx",
"args": [
"-y",
"claude-context-sync",
"serve"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Context Sync?
Claude Context Sync is an MCP server that automatically summarizes and shares context across parallel Claude Code sessions. It watches session logs, generates structured summaries on demand, and provides real-time file conflict detection and cross-session messaging for developers running multiple Claude Code sessions simultaneously.
How to use Claude Context Sync?
Install globally with npm install -g claude-context-sync then run context-sync init. The MCP server starts automatically the next time you open Claude Code, and the init command registers a conflict detection hook. Four tools are available: list_sessions, get_session_context, get_all_changes, send_message, get_messages, and resolve_conflicts.
Key features of Claude Context Sync
- Session context sharing across parallel Claude Code sessions
- Real-time file conflict detection with symbol-level accuracy
- Cross-session messaging between terminals without switching
- Lazy evaluation with zero cost when tools aren't called
- Auto-cleanup of tracked data when sessions end
- Symbol-level detection for TypeScript, Python, Swift, Go, and Rust
Use cases of Claude Context Sync
- Working on multiple features simultaneously with full context awareness
- Preventing file conflicts when multiple sessions edit the same codebase
- Sending messages between sessions without leaving the terminal
- Getting a bird's-eye view of all active Claude Code sessions and their changes
FAQ from Claude Context Sync
How does Claude Context Sync share context between sessions?
It watches your session logs for changes, marks sessions as stale at zero cost, and when a tool is called it summarizes only stale sessions by parsing .jsonl files and generating structured summaries using claude -p.
What languages are supported for symbol-level conflict detection?
TypeScript/JavaScript, Python, Swift, Go, and Rust. Unsupported file types fall back to file-level conflict detection only.
Does Claude Context Sync require a separate daemon process?
No. It runs as a single MCP server process that Claude Code launches automatically via stdio transport with no separate daemon.
Where is session data stored and when is it cleaned up?
Data is stored locally in ~/.claude/context-sync/ and tracked data is automatically removed when sessions end.
What are the runtime requirements?
Node.js 20+, the Claude Code CLI (claude command available), and jq for the conflict detection hook.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
评论