Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx claude-handoff
MCP client config
{
"mcpServers": {
"claude-handoff": {
"command": "uvx",
"args": [
"claude-handoff"
]
}
}
}