← Index

SanctumAI — Credential Vault for AI Agents

io.github.jwgale/sanctum·v0.3.2·Security
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sanctum": {
      "command": "npx",
      "args": [
        "-y",
        "@sanctumai/mcp-server"
      ],
      "env": {
        "SANCTUM_VAULT_PATH": "<sanctum_vault_path>",
        "SANCTUM_PASSPHRASE": "<your-sanctum_passphrase>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sanctum": {
      "command": "npx",
      "args": [
        "-y",
        "@sanctumai/mcp-server"
      ],
      "env": {
        "SANCTUM_VAULT_PATH": "<sanctum_vault_path>",
        "SANCTUM_PASSPHRASE": "<your-sanctum_passphrase>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sanctumai/mcp-server
§02  Environment variables
SANCTUM_VAULT_PATH

Path to the SanctumAI vault directory. Defaults to ~/.sanctum

SANCTUM_PASSPHRASE
secret

Vault passphrase for automated/headless operation. If not set, the vault must be unlocked interactively or via the web UI.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Security