Skip to content
Zed

memgit for Zed

dev.memgit/memgit

Git for AI memory — version-controlled, searchable context that persists across sessions

client:Zed transport:stdio runtime:npm

Install memgit in Zed

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

{
  "context_servers": {
    "memgit": {
      "command": "npx",
      "args": [
        "-y",
        "memgit-mcp"
      ]
    }
  }
}

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

memgit in other clients