Conversation Handoff MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HANDOFF_SERVER | No | Server connection mode: 'none' for standalone, or explicit server URL (e.g., 'http://localhost:3000'). Default is auto-discovery mode. | |
| HANDOFF_MAX_COUNT | No | Maximum number of handoffs | 100 |
| HANDOFF_PORT_RANGE | No | Port range for auto-discovery | 1099-1200 |
| HANDOFF_SERVER_TTL | No | Server auto-shutdown after inactivity in milliseconds (0 = disabled). Default is 24 hours. | 86400000 |
| HANDOFF_RETRY_COUNT | No | Auto-reconnect retry count | 30 |
| HANDOFF_MAX_KEY_LENGTH | No | Maximum key length | 100 |
| HANDOFF_RETRY_INTERVAL | No | Auto-reconnect interval in milliseconds | 10000 |
| HANDOFF_MAX_TITLE_LENGTH | No | Maximum title length | 200 |
| HANDOFF_MAX_SUMMARY_BYTES | No | Maximum summary size in bytes (default 10KB) | 10240 |
| HANDOFF_MAX_CONVERSATION_BYTES | No | Maximum conversation size in bytes (default 1MB) | 1048576 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| handoff_saveA | Save a conversation handoff for later retrieval. Use this to pass conversation context to another AI or project. Format Selection
Structured Template (for format="structured")Omit sections that don't apply. Add custom sections if needed. |
| handoff_listA | List all saved handoffs with summaries. Returns lightweight metadata without full conversation content. Opens interactive UI if supported. |
| handoff_loadB | Load a specific handoff by key. Returns full conversation content. |
| handoff_clearB | Clear handoffs. If key is provided, clears only that handoff. Otherwise clears all. |
| handoff_statsB | Get storage statistics and current limits. Useful for monitoring usage. |
| handoff_restartA | Restart the shared HTTP server. Useful when the server is in an unhealthy state. All stored handoffs will be lost (data is in-memory). |
| handoff_mergeB | Merge multiple handoffs into one. Combines conversations and metadata from related handoffs into a single unified handoff. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ui://conversation-handoff/viewer.html |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trust-delta/conversation-handoff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server