mcpbeat Sign in

Secure Vault MCP Server

local only

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

Installs per day peak 11 · avg 6 · -33% w/w
a month agotoday
35
Installs / week
npm · secure-vault-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add secure-vault -- npx -y secure-vault-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secure-vault": {
      "args": [
        "-y",
        "secure-vault-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.secure-vault]
command = "npx"
args = ["-y", "secure-vault-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "secure-vault": {
      "args": [
        "-y",
        "secure-vault-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "secure-vault": {
      "args": [
        "-y",
        "secure-vault-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Secure Vault

same job, measured the same way
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

53 installs/wk local only
Janee
by rsdouglas

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

100 installs/wk local only
vault
by meshpop

Secret and credential management MCP — securely store, retrieve, manage API keys and tokens

local only
MCP Debezium
by dockndevai

Debezium / Kafka Connect CDC connector management for AI agents — governed, secret-safe.

323 installs/wk local only
Keyblind
by aarifmms

Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.

54 installs/wk local only
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
Aegis
by getaegis

Credential isolation for AI agents. Inject secrets at the network boundary.

51 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

288 installs/wk 8 tools answering

Secure Vault — questions

Answers built from our own checks of this server.

Why is there no uptime for Secure Vault?
Secure Vault runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package secure-vault-mcp was installed 35 times last week.
How do I connect Secure Vault?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls secure-vault-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Secure Vault?
The npm package secure-vault-mcp was installed 35 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Secure Vault open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.