Skip to content
Windsurf

lockbox for Windsurf

io.github.sathergate/lockbox

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

client:Windsurf transport:stdio runtime:npm

Install lockbox in Windsurf

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

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

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

lockbox in other clients