Skip to main content
Knowledge & MemoryTypeScript

conversation-handoff-mcp

Hand off conversation context between Claude Desktop projects and across MCP clients. Memory-based, no file clutter.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/trust-delta/conversation-handoff-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "conversation-handoff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "conversation-handoff-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
trust-delta