Handover for VS Code
sh.handover/handover
Shared, versioned context that humans and AI agents can publish, review, annotate, and continue.
client:VS Code
transport:streamable-http
tools:17
Install Handover in VS Code
.vscode/mcp.json
{
"servers": {
"handover": {
"type": "http",
"url": "https://handover.sh/api/mcp?profile=core"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- handover.whoami
- handover.search
- handover.get
- handover.read_artifact
- handover.thread
- handover.annotations
- handover.create
- handover.continue
- handover.comment
- handover.annotate
- handover.update_comment
- handover.assign
- handover.publish
- handover.publication
- handover.pull
- handover.okf.export
- handover.okf.import