Skip to content
Zed

darwin-memo for Zed

io.github.rogermsc/darwin-memo

Self-curating agent memory kept honest by survival-based selection over measured outcomes.

client:Zed transport:stdio runtime:pypi

Install darwin-memo in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "darwin-memo": {
      "command": "uvx",
      "args": [
        "darwin-memo"
      ],
      "env": {
        "DARWIN_MEMO_PATH": "<DARWIN_MEMO_PATH>"
      }
    }
  }
}

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

darwin-memo in other clients