Skip to content
Claude Desktop

kdbx for Claude Desktop

io.github.yarrasys/kdbx

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

client:Claude Desktop transport:stdio runtime:oci

Install kdbx in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

kdbx in other clients