Skip to content
Zed

Vestige for Zed

io.github.samvallad33/vestige

Local-first memory for AI agents that reaches backward to find a failure's root cause.

client:Zed transport:stdio runtime:npm

Install Vestige in Zed

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

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

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

Vestige in other clients