Skip to content
Zed

claude handoff for Zed

io.github.vasilispapg/claude-handoff

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

client:Zed transport:stdio runtime:pypi

Install claude handoff in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

claude handoff in other clients