mcpbeat Sign in

Lockbox MCP Server

local only

Lockbox runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 16 Jul 2026.

Encrypted secrets for Next.js. AES-256-GCM with no vault needed.

Installs per day peak 8 · avg 3 · +133% w/w
a month agotoday
28
Installs / week
npm · vaultbox
109
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository sathergate/sathergate-toolkit
пакет vaultbox ссылается на sathergate/lockbox

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 lockbox -- npx -y vaultbox
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lockbox": {
      "args": [
        "-y",
        "vaultbox"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lockbox]
command = "npx"
args = ["-y", "vaultbox"]
.cursor/mcp.json
{
  "mcpServers": {
    "lockbox": {
      "args": [
        "-y",
        "vaultbox"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lockbox": {
      "args": [
        "-y",
        "vaultbox"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lockbox

same job, measured the same way
Securecode
by juanisidoro

Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.

86 installs/wk local only
Enigmagent MCP
by agnuxo1

Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.

60 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
Envcp
by fentz26

Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.

148 installs/wk local only
Secure Vault
by mdfifty50-boop

Encrypted secrets and credential management for agents

35 installs/wk local only
Envcp
by fentz-envcp

Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.

local only
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

53 installs/wk local only
seekrit — secrets for agents
by seekrit

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

40 tools answering

Lockbox — questions

Answers built from our own checks of this server.

Why is there no uptime for Lockbox?
Lockbox 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 vaultbox was installed 28 times last week.
How do I connect Lockbox?
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 vaultbox straight from npm; nothing to host, nothing to sign up for.
How many people use Lockbox?
The npm package vaultbox was installed 28 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lockbox open source?
We cannot say either way: written in TypeScript and 109 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.