Skip to content
Zed

gitmem for Zed

io.github.gitmem-dev/gitmem

Persistent institutional memory for AI coding agents. Memory that compounds.

client:Zed transport:stdio runtime:npm

Install gitmem in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gitmem": {
      "command": "npx",
      "args": [
        "-y",
        "gitmem-mcp"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>"
      }
    }
  }
}

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

gitmem in other clients