Skip to content
Zed

agent memory for Zed

io.github.xchucx/agent-memory

Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.

client:Zed transport:stdio runtime:npm

Install agent memory in Zed

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

{
  "context_servers": {
    "agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@xchucx/agent-memory"
      ]
    }
  }
}

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

agent memory in other clients