Skip to content
Windsurf

SanctumAI — Credential Vault for AI Agents for Windsurf

io.github.jwgale/sanctum

Credential vault for AI agents — encrypted storage, lease-based access, CRP support.

client:Windsurf transport:stdio runtime:npm

Install SanctumAI — Credential Vault for AI Agents 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": {
    "sanctum": {
      "command": "npx",
      "args": [
        "-y",
        "@sanctumai/mcp-server"
      ],
      "env": {
        "SANCTUM_VAULT_PATH": "<SANCTUM_VAULT_PATH>",
        "SANCTUM_PASSPHRASE": "<SANCTUM_PASSPHRASE>"
      }
    }
  }
}

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

SanctumAI — Credential Vault for AI Agents in other clients