Skip to content
Zed

keymem for Zed

io.github.donggyun112/keymem

Associative key-graph memory for LLM agents — recall by association, not vector similarity.

client:Zed transport:stdio runtime:npm

Install keymem in Zed

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

{
  "context_servers": {
    "keymem": {
      "command": "npx",
      "args": [
        "-y",
        "keymem"
      ]
    }
  }
}

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

keymem in other clients