Back to Apps

Conversation Handoff
Supports UIby trust-delta
Transfer AI conversation context seamlessly between different chats, projects, and AI clients
0 stars
Works in:CodexGemini CLICursorChatGPT
Exposes:ToolsResources
What it does
Provides an interactive UI and set of tools to save, search, and load conversation context. It acts as a shared clipboard for AI sessions, allowing you to move a complex design discussion from one project or client to another without manual copy-pasting.
Key features
- Context Transfer: Save verbatim conversations and load them into new sessions.
- Tagging & Search: Organize handoffs with structured labels and filter by project or date.
- Interactive UI: Compatible clients can browse and manage handoffs via a visual interface.
- Auto-Connect: Automatically starts a background server to share context across multiple MCP clients.
Installation
- Claude Desktop:
{
"mcpServers": {
"conversation-handoff": {
"command": "npx",
"args": ["conversation-handoff-mcp@latest"]
}
}
}
- Claude Code: Add to
~/.claude/settings.json - Cursor: Add to
mcp.json
Supported hosts
- Claude Desktop
- Claude Code
- Codex CLI
- Gemini CLI
- Cursor
- ChatGPT Desktop
Quick install
npx conversation-handoff-mcp@latestInformation
- Pricing
- free
- Published
- 6/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.tomlCursor
Add to mcp.json in ~/.cursor/ChatGPT
Requires HTTP transport + ngrok/hosted URLGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{
"mcpServers": {
"conversation-handoff": {
"command": "npx",
"args": ["conversation-handoff-mcp@latest"]
}
}
}





