Skip to content
Zed

context vault for Zed

io.github.rajdeepdas43/context-vault

Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit.

client:Zed transport:stdio runtime:pypi

Install context vault in Zed

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

{
  "context_servers": {
    "context-vault": {
      "command": "uvx",
      "args": [
        "context-vault-ai"
      ]
    }
  }
}

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

context vault in other clients