conversation-handoff-mcp
Verified Safeby trust-delta
Overview
Facilitates seamless transfer of conversation context between different AI chats or projects by providing a local, memory-based MCP server.
Installation
npx -y conversation-handoff-mcpEnvironment Variables
- HANDOFF_SERVER
- HANDOFF_PORT_RANGE
- HANDOFF_RETRY_COUNT
- HANDOFF_RETRY_INTERVAL
- HANDOFF_SERVER_TTL
- HANDOFF_MAX_COUNT
- HANDOFF_MAX_CONVERSATION_BYTES
- HANDOFF_MAX_SUMMARY_BYTES
- HANDOFF_MAX_TITLE_LENGTH
- HANDOFF_MAX_KEY_LENGTH
Security Notes
The server is explicitly designed for local use on trusted machines and binds to localhost by default. It implements input validation for sizes and formats, and has mechanisms to prevent large request bodies (DoS). CORS headers are set to '*' but are mitigated by the localhost binding. No obvious hardcoded secrets, 'eval', or obfuscation were found. However, if 'HANDOFF_SERVER' environment variable is manually configured to a public IP without external security measures, the broad CORS policy and lack of authentication could pose risks.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).