MCP Server
MCP
SanctumAI — Credential Vault for AI Agents
Credential vault for AI agents — encrypted storage, lease-based access, CRP support.
Install
npx -y @sanctumai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@sanctumai/mcp-server",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the SanctumAI vault directory. Defaults to ~/.sanctum",
"format": "string",
"name": "SANCTUM_VAULT_PATH"
},
{
"description": "Vault passphrase for automated/headless operation. If not set, the vault must be unlocked interactively or via the web UI.",
"format": "string",
"isSecret": true,
"name": "SANCTUM_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment