Odel
claude handoff

claude handoff

Local
@vasilispapg1PythonMITUpdated 6 days ago

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).

PyPIclaude-handoffv0.19.0

Run

uvx claude-handoff

MCP client config

{
  "mcpServers": {
    "claude-handoff": {
      "command": "uvx",
      "args": [
        "claude-handoff"
      ]
    }
  }
}