Skip to content
Claude Desktop

agentpack for Claude Desktop

io.github.ihorponom/agentpack

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

client:Claude Desktop transport:stdio runtime:npm

Install agentpack in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentpack in other clients