Best for
- Developers who need task continuity between AI coding agent sessions
- Teams that prefer local, reviewable files over cloud services
- Users of Claude Code, Cursor, or Codex seeking consistency across sessions
Agentpack is a specialized MCP server for privacy-focused developers who value task continuity among various local AI agent sessions. It offers strong concepts like Task Passports and checkpoints but lacks a fully documented tool list in official sources, making undocumented initial integration a challenge.
Agentpack is a local-first MCP server that preserves task continuity for AI coding agents. It maintains a reviewable task ledger (.agentpack/) inside your repository, recording goals, decisions, dead ends, verification evidence, and checkpoints. Agents record durable state while working through MCP tools, and any next session — the same agent after compaction, a different client, or a future you — loads that state and continues from where it left off. Agentpack also generates project instructions (AGENTS.md, CLAUDE.md, Cursor rules) to guide when agents should load and write state. A CLI provides the same state for human inspection and manual handoff. Core features include task passports, task gates (hooks that warn or block edits outside the active task), and budgeted context output.
Requires Node.js >= 20. Install agentpack-cli globally via npm. In your repository, run agentpack init. Install client config with agentpack install claude --write (or codex or cursor). Restart/reconnect the coding-agent client, then the agent loads context at session start. Verify with agentpack doctor.