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
{
"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