Skip to content
Zed

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

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

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

memory pulse in other clients