Resume Packs, in every AI you use.
Three paths — paste, Drive sync, or MCP. All work today. Pick the one that matches how you actually move between tools.
What works where, today
Asymmetries called out, not buried.Each cell is one way HandoffPath gets a Resume Pack into that AI tool. Where an integration isn't there yet, we say so — and we don't tier features by provider.
| AI tool | Copy / paste | Drive sync | MCP |
|---|---|---|---|
| Claude | Works— Works today | Projects— Works today | Desktop— Works today |
| ChatGPT | Works— Works today | Projects— Works today | Planned— Planned |
| Gemini | Works— Works today | Native @— Works today | Planned— Planned |
| Grok | Works— Works today | Not yet— Not available | Not yet— Not available |
| Cursor | Works— Works today | Not yet— Not available | Works— Works today |
By app
What works where, today. Drive routes assume you've connected your Drive account in Settings.
Claude (claude.ai)
Best: Paste into a Project- Copy / Paste
Generate a Pack → tap Copy → paste into a Claude Project's instructions or a new chat. Claude's the strongest at long-form context — feed it the whole pack and ask it to continue.
- Google Drive
Claude.ai supports Drive-connected Projects. Point a Project at the HandoffPath/<project> folder; new Packs flow in as files Claude can read on every reply.
- MCP
Claude Desktop supports HandoffPath MCP today. Mint a token in Settings, drop the snippet below into claude_desktop_config.json, restart Claude.
ChatGPT
Best: Drive in a Project- Copy / Paste
Same as anywhere: Copy → paste into a ChatGPT Project's instructions or a new chat.
- Google Drive
ChatGPT Projects let you connect Google Drive. Add the HandoffPath/<project>/<session>.resumepack.md file or the folder; it's referenced for every chat in the Project.
- MCP (planned)
ChatGPT's MCP support is rolling out across plans. We'll add a direct connector when the client API stabilises.
Gemini
Best: Drive (native)- Copy / Paste
Paste the Pack into a Gem or a new chat. Same as anywhere else.
- Google Drive
Gemini reads Drive natively — no separate connector. Type @ in chat and reference the file directly: @HandoffPath/<project>/<session>.resumepack.md.
- MCP (planned)
Gemini's MCP / Extensions surface is evolving; we'll ship a connector when there's a stable shape to target.
Grok
Best: Paste- Copy / Paste
Grok doesn't have first-class Drive or MCP today. Copy the Pack and paste it in — Grok handles long context well.
- Google Drive
Not natively supported in Grok yet. If xAI ships Drive ingestion, this becomes a one-step setup.
- MCP (planned)
xAI hasn't announced MCP client support. We'll add Grok to the MCP list when they do.
MCP setup (Claude Desktop, Cursor, VS Code)
Mint a token at Settings → MCP tokens, then drop the snippet below into your client's MCP config. Once connected, the client can call HandoffPath tools directly — no copy-paste, no Drive sync needed.
New — semantic recall
Your agent can call get_relevant_context with a plain-language task — “continue the auth refactor”, “what did we decide about billing?” — and HandoffPath returns the most relevant blocks from across every project and session, ranked by meaning, not just keywords. The more you capture, the sharper the recall.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"handoffpath": {
"type": "http",
"url": "https://handoffpath.dev/api/mcp",
"headers": {
"Authorization": "Bearer hp_live_PASTE_YOUR_TOKEN_HERE"
}
}
}
}Cursor
Settings → MCP → Add new MCP server{
"mcpServers": {
"handoffpath": {
"url": "https://handoffpath.dev/api/mcp",
"headers": {
"Authorization": "Bearer hp_live_PASTE_YOUR_TOKEN_HERE"
}
}
}
}VS Code (Copilot Agent mode)
.vscode/mcp.json (workspace) or user settings{
"servers": {
"handoffpath": {
"type": "http",
"url": "https://handoffpath.dev/api/mcp",
"headers": {
"Authorization": "Bearer hp_live_PASTE_YOUR_TOKEN_HERE"
}
}
}
}Tools available
list_handoffpath_projects— List the user's HandoffPath projects.list_handoffpath_sessions— List sessions for a given project.get_handoffpath_pack— Get the latest Resume Pack markdown for a session. Returns the full pasteable Pack content.search_handoffpath_blocks— Search the user's context blocks by meaning AND keywords (hybrid semantic + text search). Returns the best matches with a relevance score, highest first.get_relevant_context— Given a natural-language task or question, return the most relevant context blocks from across ALL of the user's HandoffPath projects and sessions — ranked by meaning, not just keywords. Use this to assemble what you need before continuing a piece of work (e.g. 'continue the auth refactor', 'what did we decide about billing?').create_handoffpath_block— Capture a new context block in a session. Use this from chat: 'save what we just decided about X as a decision block.' Content is scanned for secrets before saving; matches are rejected.
Connect Drive once, work everywhere.
New Packs sync to your Drive automatically. Claude, ChatGPT, and Gemini read them where they sit. No copy-paste loop.
Connect Google Drive