Skip to content
Zed

aide-memory for Zed

io.github.aide-memory/aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

client:Zed transport:stdio runtime:npm

Install aide-memory in Zed

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

{
  "context_servers": {
    "aide-memory": {
      "command": "npx",
      "args": [
        "-y",
        "aide-memory"
      ]
    }
  }
}

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

aide-memory in other clients