task-checkpoint
Related Servers
Alternatives to task-checkpoint
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenancePreserves continuity between coding agent sessions (e.g., Claude Code and Codex) via local, structured checkpoints, enabling a checkpoint → clear → resume workflow.MIT
- AlicenseAqualityAmaintenanceLocal-first working-state checkpoints and portable handoff packets for AI coding agents. Continuation checkpoints recover Claude Code sessions after rate limits, crashes, and compaction; packets hand tasks across tools, repos, and machines — Markdown on disk, no cloud, no telemetry.2322 npm4MIT
- FlicenseNot gradedqualityBmaintenanceEnables coding agents to preserve and recover structured task state across context loss, recording objectives, constraints, decisions, and plan, and reconstructing a bounded deterministic context block on session resume.-
- AlicenseNot gradedqualityBmaintenanceProvides operational continuity for AI coding agents, preserving task state, decisions, checkpoints, and project context across sessions and model switches via MCP.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI coding agents to record and resume engineering work as durable, byte-exact threads of focus, decisions, evidence, and next steps.Functional Source , Version 1.1, ALv2 Future
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to persist and restore checkpoint state, supporting crash recovery and replay for LangGraph-based workflows.8-
TDQS
Scored across 9 tools
Each tool has a distinct role: capture handles drift recording, save commits task-layer steps, show lists, restore recovers, resume reports status, and export/compress manage archival. There is no meaningful overlap between tool responsibilities.
All tools follow a consistent tc_ prefix plus a clear lowercase verb (capture, init, switch, save, show, restore, resume, export, compress). The naming pattern is uniform and predictable.
Nine tools is well-scoped for a checkpointing server. Each tool covers a necessary operation without redundancy or bloat.
The tool set covers the full task-checkpoint workflow: creation, activation, capture, saving, inspection, restore, status, export, and cleanup. There are no obvious dead ends or missing lifecycle operations.