← Back to browse

SanctumAI — Credential Vault for AI Agents

Indexed by io.github.jwgale

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSANCTUM_VAULT_PATH SANCTUM_PASSPHRASE
Claude Code
claude mcp add --env SANCTUM_VAULT_PATH= --env SANCTUM_PASSPHRASE= sanctum -- npx @sanctumai/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sanctum","command":"npx","args":["@sanctumai/mcp-server"],"env":{"SANCTUM_VAULT_PATH":"","SANCTUM_PASSPHRASE":""}}'
JSON
{
  "mcpServers": {
    "sanctum": {
      "command": "npx",
      "args": [
        "@sanctumai/mcp-server"
      ],
      "env": {
        "SANCTUM_VAULT_PATH": "",
        "SANCTUM_PASSPHRASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.