Skip to content
Zed

agent recall for Zed

io.github.goldentrii/agent-recall

Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

client:Zed transport:stdio runtime:npm

Install agent recall in Zed

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

{
  "context_servers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp"
      ]
    }
  }
}

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

agent recall in other clients