← Back to Plugins
MCP Server MCP

SanctumAI — Credential Vault for AI Agents

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...