Skip to content
Zed

agentpack for Zed

io.github.ihorponom/agentpack

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

client:Zed transport:stdio runtime:npm

Install agentpack in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

agentpack in other clients