Back to Home
trust-delta icon

conversation-handoff-mcp

Verified Safe

by trust-delta

Overview

Facilitates seamless transfer of conversation context between different AI chats or projects by providing a local, memory-based MCP server.

Installation

Run Command
npx -y conversation-handoff-mcp

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-13

Tags

mcpaicontext-managementconversation-handoffdeveloper-tool