Skip to content
VS Code

agentpack for VS Code

io.github.ihorponom/agentpack

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

client:VS Code transport:stdio runtime:npm

Install agentpack in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentpack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentpack-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentpack in other clients