SanctumAI — Credential Vault for AI Agents for Cursor
io.github.jwgale/sanctum
Credential vault for AI agents — encrypted storage, lease-based access, CRP support.
client:Cursor
transport:stdio
runtime:npm
Install SanctumAI — Credential Vault for AI Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sanctum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
],
"env": {
"SANCTUM_VAULT_PATH": "<SANCTUM_VAULT_PATH>",
"SANCTUM_PASSPHRASE": "<SANCTUM_PASSPHRASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs