conversation-handoff-mcp
MCP server for transferring conversation context between AI chats or different projects within the same AI.
日本語ドキュメント
Features
- Tags & Search (v0.12.0+): Tag handoffs with structured labels (
project:foo,issue:176) and discover them withhandoff_search— multi-criteria filtering by tags, text, project, AI, status, and date range - Handoff Metadata (v0.11.0+): Enrich
handoff_listwith message count, size, status, and next action — decide on work resumption without loading full conversations - Comments/Annotations (v0.10.0+): Add notes and annotations to handoffs for cross-session context
- Server Restart (v0.9.0+): Restart the shared HTTP server from any MCP client — useful after package updates
- Audit Logging (v0.7.0+): Optional structured JSONL logging for diagnostics (
--auditflag) - Verbatim Conversation Saving (v0.6.1+): AI saves complete conversations without summarization or abbreviation
- Merge Handoffs (v0.6.0+): Combine multiple related handoffs into one unified context
- MCP Apps UI (v0.5.0+): Interactive UI for browsing and managing handoffs on compatible clients
- Auto-Connect (v0.4.0+): Server automatically starts in the background - no manual setup required
- Auto-Reconnection (v0.4.0+): Seamlessly reconnects when server goes down - no manual intervention needed
- Memory-Based Storage: Lightweight temporary clipboard design - no files written to disk
- Common Format: Human-readable Markdown format
- Lightweight API: Returns only summaries when listing to save context
- Auto-Generated Keys (v0.4.0+): Key and title are now optional in
handoff_save






