kdbx for Zed
io.github.yarrasys/kdbx
Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.
client:Zed
transport:stdio
runtime:oci
Install kdbx in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kdbx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yarrasys/kdbx:0.3.1"
],
"env": {
"KEEPASSXC_DIR": "<KEEPASSXC_DIR>",
"KDBX_ENV": "<KDBX_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs