Skip to content
Zed

Memory Fabric for Zed

io.github.elvirafa/memory-fabric

File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

client:Zed transport:stdio runtime:pypi

Install Memory Fabric in Zed

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

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

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

Memory Fabric in other clients