Agentpack
@ihorponom
关于 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.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli@latest",
"mcp",
"--root",
"/absolute/path/to/your/repo"
],
"env": {
"AGENTPACK_ROOT": "/absolute/path/to/your/repo"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
常见问题
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.
基本信息
AI 与智能体 分类下的更多 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
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
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
评论