Skip to content
Zed

memex for Zed

io.github.iamtouchskyer/memex

Zettelkasten-based agent memory system with bidirectional links

client:Zed transport:stdio runtime:npm

Install memex 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": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex"
      ],
      "env": {
        "MEMEX_HOME": "<MEMEX_HOME>"
      }
    }
  }
}

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

memex in other clients