session-handoff
NewCreates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "session-handoff": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is session-handoff?
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
How to install session-handoff?
To install session-handoff: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "session-handoff": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is session-handoff best for?
session-handoff is a mcp categorized under Documentation. It is designed for: documentation, agent, communication, productivity. Created by davila7.