memory pulse for Zed
io.github.t-crew/memory-pulse
Corrections that outlive the session. A guard blocks the edit that writes the old value back.
client:Zed
transport:stdio
runtime:npm
Install memory pulse in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory-pulse": {
"command": "npx",
"args": [
"-y",
"memory-pulse"
],
"env": {
"MEMORY_PULSE_KEY": "<MEMORY_PULSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs