Skip to content
Zed

lockbox for Zed

io.github.sathergate/lockbox

Encrypted secrets for Next.js. AES-256-GCM with no vault needed.

client:Zed transport:stdio runtime:npm

Install lockbox in Zed

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

{
  "context_servers": {
    "lockbox": {
      "command": "npx",
      "args": [
        "-y",
        "vaultbox"
      ]
    }
  }
}

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

lockbox in other clients