Skip to content
Zed

Memory OS AI for Zed

io.github.romainsantoli-web/memory-os-ai

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking

client:Zed transport:stdio runtime:pypi

Install Memory OS AI in Zed

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

{
  "context_servers": {
    "memory-os-ai": {
      "command": "uvx",
      "args": [
        "memory-os-ai"
      ]
    }
  }
}

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

Memory OS AI in other clients