Skip to content
Windsurf

kdbx for Windsurf

io.github.yarrasys/kdbx

Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.

client:Windsurf transport:stdio runtime:oci

Install kdbx in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kdbx": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yarrasys/kdbx:0.3.1"
      ],
      "env": {
        "KEEPASSXC_DIR": "<KEEPASSXC_DIR>",
        "KDBX_ENV": "<KDBX_ENV>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

kdbx in other clients