SanctumAI — Credential Vault for AI Agents
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 vars
SANCTUM_VAULT_PATH SANCTUM_PASSPHRASEClaude Code
claude mcp add --env SANCTUM_VAULT_PATH= --env SANCTUM_PASSPHRASE= sanctum -- npx @sanctumai/mcp-server
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.