← Back to search

conversation-handoff-mcp

GitHub Actions Scanned 10d ago

MCP server for conversation handoff between AI chats/projects

B
77.6 / 100

Versions

0.13.1latest
Jun 24, 2026
0.13.0
May 8, 2026
0.12.0
Apr 1, 2026
0.11.2
Mar 21, 2026
0.11.1
Mar 20, 2026
+ show 28 moreshow less
0.11.0
Mar 15, 2026
0.10.1
Mar 14, 2026
0.10.0
Mar 4, 2026
0.9.3
Mar 2, 2026
0.9.2
Mar 1, 2026
0.9.1
Feb 25, 2026
0.9.0
Feb 24, 2026
0.8.0
Feb 21, 2026
0.7.1
Feb 20, 2026
0.7.0
Feb 11, 2026
0.6.1
Feb 7, 2026
0.6.0
Feb 6, 2026
0.5.2
Feb 4, 2026
0.5.1
Feb 3, 2026
0.5.0
Jan 31, 2026
0.4.2
Dec 13, 2025
0.4.1
Dec 11, 2025
0.4.0
Dec 8, 2025
0.3.1
Dec 6, 2025
0.3.0
Dec 5, 2025
0.2.0
Dec 4, 2025
0.1.6
Dec 4, 2025
0.1.5
Dec 4, 2025
0.1.4
Dec 4, 2025
0.1.3
Dec 3, 2025
0.1.2
Dec 3, 2025
0.1.1
Dec 3, 2025
0.1.0
Dec 3, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 8

handoff_load
annotations: none low

Load a specific handoff by key. Returns full conversation content.

key string max_messages number
handoff_clear
annotations: none low

Clear handoffs. If key is provided, clears only that handoff. Otherwise clears all.

key string
handoff_stats
annotations: none low

Get storage statistics and current limits. Useful for monitoring usage.

handoff_restart
annotations: none low

Restart the shared HTTP server. Useful when the server is in an unhealthy state. All stored handoffs will be lost (data is in-memory).

handoff_merge
annotations: none low

Merge multiple handoffs into one. Combines conversations and metadata from related handoffs into a single unified handoff.

handoff_add_comment
annotations: none low

Add a comment or annotation to an existing handoff. Comments are included when loading the handoff.

key string content string
handoff_delete_comment
annotations: none low

Delete a comment from a handoff by its comment ID.

key string comment_id string
handoff_search
annotations: none low

Search handoffs by tags, text query, project, AI, status, or date range. Returns matching handoff summaries without full conversation content. Use this to discover relevant handoffs in multi-agent workflows.

query string from_ai string from_project string

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process, spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 28

low
Tool 'handoff_load' has no annotations annotation_checker · 100%
low
Tool 'handoff_clear' has no annotations annotation_checker · 100%
low
Tool 'handoff_stats' has no annotations annotation_checker · 100%
low
Tool 'handoff_restart' has no annotations annotation_checker · 100%
low
Tool 'handoff_merge' has no annotations annotation_checker · 100%
low
Tool 'handoff_add_comment' has no annotations annotation_checker · 100%
low
Tool 'handoff_delete_comment' has no annotations annotation_checker · 100%
low
Tool 'handoff_search' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.25.3 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@4.0.15 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: handoff_load manifest_parser · 70%
info
Tool: handoff_clear manifest_parser · 70%
info
Tool: handoff_stats manifest_parser · 70%
info
Tool: handoff_restart manifest_parser · 70%
info
Tool: handoff_merge manifest_parser · 70%
info
Tool: handoff_add_comment manifest_parser · 70%
info
Tool: handoff_delete_comment manifest_parser · 70%
info
Tool: handoff_search manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (21) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 243 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%