claude handoff for Cursor
io.github.vasilispapg/claude-handoff
Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.
client:Cursor
transport:stdio
runtime:pypi
Install claude handoff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-handoff": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-handoff"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs