Skip to content
Zed

memo for Zed

io.github.jagoff/memo

Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.

client:Zed transport:stdio runtime:pypi

Install memo in Zed

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

{
  "context_servers": {
    "memo": {
      "command": "uvx",
      "args": [
        "mlx-memo"
      ]
    }
  }
}

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

memo in other clients