Agentpack
@ihorponom
About Agentpack
Agentpack is a local-first continuity layer for AI coding agents. It stores reviewed task state inside a repo-local .agentpack/ ledger so Codex, Claude Code, Cursor, Claude Desktop, and other MCP clients can resume work without rebuilding context from chat history.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli@latest",
"mcp",
"--root",
"/absolute/path/to/your/repo"
],
"env": {
"AGENTPACK_ROOT": "/absolute/path/to/your/repo"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agentpack?
Agentpack is a local repo-scoped task ledger for MCP-connected coding agents. It lets agents record decisions, dead ends, evidence, source conclusions, task passports, checkpoints, and compact resume context so future sessions can continue without rebuilding context from chat history. It works with Codex, Claude Code, Cursor, Claude Desktop, and other MCP clients.
How to use Agentpack?
Install the CLI tool globally via npm (npm install -g agentpack-cli), then run agentpack init inside your repository. Next, run agentpack install <client> --write (e.g., agentpack install codex --write or agentpack install claude --write) to configure the integration for your preferred coding agent.
Key features of Agentpack
- Records durable task decisions and failed approaches
- Preserves reviewed source conclusions with file hashes
- Creates checkpoints and handoffs for repo-scoped work
- Supports switching between Codex, Claude Code, Cursor, and Claude Desktop
- Provides compact resume context to avoid chat‑history rebuilding
Use cases of Agentpack
- Continuing a coding session after chat compaction or a fresh agent session
- Seamlessly switching between different MCP clients (Codex, Claude Code, Cursor, Claude Desktop)
- Recording decisions and dead ends to avoid repeating work
- Handing off task context between team members or agent sessions
FAQ from Agentpack
What does Agentpack record?
Agentpack records decisions, dead ends, evidence, source conclusions with file hashes, task passports, checkpoints, and compact resume context.
Which clients does Agentpack support?
Agentpack works with Codex, Claude Code, Cursor, Claude Desktop, and other MCP‑connected coding agents.
How do I install Agentpack?
Install the CLI globally with npm install -g agentpack-cli, then run agentpack init in your repository and agentpack install <client> --write for your chosen agent.
Can Agentpack help after a chat compaction?
Yes, it is explicitly designed to provide continuity after chat compaction or a fresh agent session by preserving a local task ledger.
Does Agentpack require any external services?
No, Agentpack operates as a local repo‑scoped ledger; no external service or cloud dependency is mentioned.
Frequently asked questions
What does Agentpack record?
Agentpack records decisions, dead ends, evidence, source conclusions with file hashes, task passports, checkpoints, and compact resume context.
Which clients does Agentpack support?
Agentpack works with Codex, Claude Code, Cursor, Claude Desktop, and other MCP‑connected coding agents.
How do I install Agentpack?
Install the CLI globally with `npm install -g agentpack-cli`, then run `agentpack init` in your repository and `agentpack install <client> --write` for your chosen agent.
Can Agentpack help after a chat compaction?
Yes, it is explicitly designed to provide continuity after chat compaction or a fresh agent session by preserving a local task ledger.
Does Agentpack require any external services?
No, Agentpack operates as a local repo‑scoped ledger; no external service or cloud dependency is mentioned.
Basic information
More AI & Agents MCP servers

Lumify Sports Intelligence
LumifyReal-time sports schedules, live scores, odds, betting splits, and AI bet intelligence for agents via MCP.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.

Transform MCP
UnstructuredThe Unstructured Transform MCP Server connects your ADK agent to Unstructured, a document processing platform that turns raw files into structured, AI-ready data. This integration gives your agent the ability to parse PD
Comments