Back to MCP Servers
Conversation Handoff
Hand off conversation context between Claude Desktop projects and across MCP clients. Memory-based, no file clutter.
knowledge-memory
By trust-delta
Installation
npx -y conversation-handoff-mcpConfiguration
{
"mcpServers": {
"conversation-handoff-mcp": {
"command": "npx",
"args": ["-y", "conversation-handoff-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes