Skip to content
Zed

Keyblind for Zed

io.github.aarifmms/keyblind

Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.

client:Zed transport:stdio runtime:npm

Install Keyblind in Zed

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

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

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

Keyblind in other clients