Getting Started
Go from zero to secured AI agents in under 5 minutes. Pick your path:
1Download & Install
Grab the latest release for your platform, or install from source.
cargo install sanctumshellOr download pre-built binaries (ARM64 / x86_64) from GitHub Releases
2Start the daemon
sanctum daemon startshellThis launches the vault daemon and the web dashboard on localhost:7700.
3Follow the wizard
open http://localhost:7700shellThe βUnseal Your Vaultβ wizard walks you through 6 steps:
- β Welcome β Overview of what Sanctum does
- β‘ Create Passphrase β Set your vault encryption passphrase
- β’ Credential Scanner β Auto-finds exposed API keys across your filesystem
- β£ Import Credentials β One-click import into the encrypted vault
- β€ Connect AI Tools β Copy-paste MCP configs for your editor
- β₯ Complete β Vault is live. Agents are secured.
4Configure your MCP clients
Add the following to your editor's MCP config file. Same config for all editors:
{
"mcpServers": {
"sanctum": {
"command": "sanctum",
"args": ["mcp", "serve"]
}
}
}jsonConfig file locations
Claude Desktop
claude_desktop_config.jsonClaude Code
.claude/mcp.jsonCursor
.cursor/mcp.jsonWindsurf
.windsurf/mcp.jsonVS Code (Copilot)
.vscode/mcp.jsonπ Just want to see it work?
Run the demo β no setup required. Creates a temp vault, stores credentials, registers agents, runs access control tests, and prints a full audit trail.
sanctum demoshell