Mmcp.market

Claude Handoff MCP server

by Vasilispapg·io.github.Vasilispapg/claude-handoff·v0.19.0

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars148 downloads/wk

Reviews

Write one

Nobody has reviewed Claude Handoff yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Claude Handoff tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan14 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 20 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Claude Handoff repository's README, as published. We do not edit it. Read it on GitHub

claude-handoff

Turn any Claude Code session — even a crashed one — into a clean handoff.md another AI can continue from. And give Claude Code permanent project memory, distilled from your own history.

chf

That's it. Your latest session becomes handoff.md: the conversation without the noise, the files that changed, the commands that ran — opening with instructions to the receiving assistant, so you can paste it straight into Gemini, GPT, claude.ai, or a fresh Claude Code session with zero extra prompting.

Claude Code stores every session locally as JSONL (~/.claude/projects/…/.jsonl), full of tool calls, tool results, thinking blocks and system reminders. Existing exporters dump all of that into markdown. claude-handoff instead produces a handoff document — and, since it can read your entire history, a project memory brief** too.

also shipped as a generated single-file script you can curl and audit.

  • Zero dependencies. Stdlib only, Python 3.9+. A nine-module package —

your own API key — or --llm claude-cli, which runs your locally-installed Claude Code CLI on your existing Pro/Max plan: no API key at all.

  • Deterministic by default. No API call, no cost, works offline.
  • --llm when you want a real summary. Claude, OpenAI or Gemini via

subagent chatter, slash-command envelopes. Keeps user intent, assistant answers, files modified, commands run — including the files and commands of subagents (agent-*.jsonl), whose full transcripts stay behind --include-sidechains.

  • Noise-free. Drops tool results, thinking blocks, system reminders,

history into one living brief — what this is, where things stand, decisions, fixes, conventions, and an ordered resume plan of open threads, every claim citing its session; --install-brief-hook injects it into every new Claude Code session, so Claude starts already knowing the project.

  • Project memory. chf --brief distills a project's ENTIRE session

password=…) are redacted from every output — the handoff you paste into a web chat is egress too. --anonymize goes further for public sharing.

  • Safe to paste. Secret-looking strings (API keys, tokens,

Prerequisites

No third-party Python packages, ever — everything runs on the standard library.

Install

pipx install claude-handoff        # or: pip install claude-handoff
brew install Vasilispapg/tap/claude-handoff   # Homebrew
# or just grab the generated single-file build — stdlib-only, auditable:
curl -O https://raw.githubusercontent.com/Vasilispapg/claude-handoff/main/single/claude_handoff.py
python3 claude_handoff.py --list

Installing the package gives you two identical commands: claude-handoff and the short alias chf. Tab completion:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add claude-handoff -- uvx claude-handoff
Add to Cursor

Claude Handoff: common questions

Is Claude Handoff MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Claude Handoff safety report
How do I install Claude Handoff?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Claude Handoff need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Claude Handoff maintained?
The last commit was 20 days ago (2026-09-01). The latest release is v0.19.0.
What can I use instead of Claude Handoff?
Servers from other publishers that do the same job: loci MCP server, Context7 MCP server and Coolify MCP server. Compare all Claude Handoff alternatives.

Alternatives to Claude Handoff

Same job from other publishers: the closest match first, then the best rated.

All Claude Handoff alternatives →
  • loci
    Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.
    A
  • Context7
    Up-to-date code docs for any prompt
    A
  • Coolify
    45 optimized tools for managing Coolify infrastructure, diagnostics, and docs search
    B
  • MCP
    Manage Appwrite projects, databases, auth, storage, functions, and messaging; search Appwrite docs
    A
  • Agent-Native Content
    Open-source Obsidian for MDX - edit local docs with agent assistance
    A

More from Vasilispapg