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
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
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
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments