SanctumAI — Credential Vault for AI Agents MCP Server
io.github.jwgale/sanctum
What is the SanctumAI — Credential Vault for AI Agents MCP server?
Credential vault for AI agents — encrypted storage, lease-based access, CRP support.
How to install SanctumAI — Credential Vault for AI Agents
Copy-paste configuration for popular MCP clients.
SANCTUM_VAULT_PATHPath to the SanctumAI vault directory. Defaults to ~/.sanctum
SANCTUM_PASSPHRASEsecretVault passphrase for automated/headless operation. If not set, the vault must be unlocked interactively or via the web UI.
{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
],
"env": {
"SANCTUM_VAULT_PATH": "<YOUR_SANCTUM_VAULT_PATH>",
"SANCTUM_PASSPHRASE": "<YOUR_SANCTUM_PASSPHRASE>"
}
}
}
}{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
],
"env": {
"SANCTUM_VAULT_PATH": "<YOUR_SANCTUM_VAULT_PATH>",
"SANCTUM_PASSPHRASE": "<YOUR_SANCTUM_PASSPHRASE>"
}
}
}
}{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
],
"env": {
"SANCTUM_VAULT_PATH": "<YOUR_SANCTUM_VAULT_PATH>",
"SANCTUM_PASSPHRASE": "<YOUR_SANCTUM_PASSPHRASE>"
}
}
}
}{
"servers": {
"sanctum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
],
"env": {
"SANCTUM_VAULT_PATH": "<YOUR_SANCTUM_VAULT_PATH>",
"SANCTUM_PASSPHRASE": "<YOUR_SANCTUM_PASSPHRASE>"
}
}
}
}claude mcp add sanctum --env SANCTUM_VAULT_PATH=<YOUR_SANCTUM_VAULT_PATH> --env SANCTUM_PASSPHRASE=<YOUR_SANCTUM_PASSPHRASE> -- npx -y @sanctumai/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.