Skip to content
VS Code

claude handoff for VS Code

io.github.vasilispapg/claude-handoff

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

client:VS Code transport:stdio runtime:pypi

Install claude handoff in VS Code

.vscode/mcp.json

{
  "servers": {
    "claude-handoff": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-handoff"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

claude handoff in other clients