Skip to content
Claude Desktop

lockbox for Claude Desktop

io.github.sathergate/lockbox

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

client:Claude Desktop transport:stdio runtime:npm

Install lockbox in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

lockbox in other clients