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
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
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
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Comments