Skip to content
Zed

peon mem for Zed

io.github.vineetv2/peon-mem

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

client:Zed transport:stdio runtime:npm

Install peon mem 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": {
    "peon-mem": {
      "command": "npx",
      "args": [
        "-y",
        "peon-mem"
      ],
      "env": {
        "PEON_DAEMON_URL": "<PEON_DAEMON_URL>"
      }
    }
  }
}

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

peon mem in other clients