Secure Vault runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 24 Apr 2026.
Encrypted secrets and credential management for agents
Today is the operative word: we check Secure Vault every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add secure-vault -- npx -y secure-vault-mcp
{
"mcpServers": {
"secure-vault": {
"args": [
"-y",
"secure-vault-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.secure-vault]
command = "npx"
args = ["-y", "secure-vault-mcp"]
{
"mcpServers": {
"secure-vault": {
"args": [
"-y",
"secure-vault-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"secure-vault": {
"args": [
"-y",
"secure-vault-mcp"
],
"command": "npx"
}
}
}
MCP server for creating and managing SOPS-encrypted secrets
Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.
Secret and credential management MCP — securely store, retrieve, manage API keys and tokens
Debezium / Kafka Connect CDC connector management for AI agents — governed, secret-safe.
Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.
Create and manage secure sandboxes for running AI agent code
Credential isolation for AI agents. Inject secrets at the network boundary.
Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.
Answers built from our own checks of this server.