Odel
agentpack

agentpack

Local
@ihorponom17TypeScriptMITUpdated Today

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentpack-cliv1.6.4

Run

npx -y agentpack-cli

MCP client config

{
  "mcpServers": {
    "agentpack": {
      "command": "npx",
      "args": [
        "-y",
        "agentpack-cli"
      ]
    }
  }
}