conversation-handoff-mcp
Hand off conversation context between Claude Desktop projects and across MCP clients. Memory-based, no file clutter.
Quick Start
Clone the repository:
git clone https://github.com/trust-delta/conversation-handoff-mcpClaude Desktop configuration example:
{
"mcpServers": {
"conversation-handoff-mcp": {
"command": "npx",
"args": [
"-y",
"conversation-handoff-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.