Skip to content
Zed

memtomem for Zed

io.github.memtomem/memtomem

Markdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.

client:Zed transport:stdio runtime:pypi

Install memtomem in Zed

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

{
  "context_servers": {
    "memtomem": {
      "command": "uvx",
      "args": [
        "memtomem"
      ]
    }
  }
}

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

memtomem in other clients