Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.
claude mcp add agentpack -- npx -y agentpack-cli
claude_desktop_config.json
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentpack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ihorponom--agentpack/reviews or the review_server meta-tool.
POST /mcp