mcpbeat Sign in

Envault MCP Server

by dinanathdash Your server? Claim it
local only

Envault runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 15 Jun 2026.

Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations.

Installs per day peak 38 · avg 11 · +18% w/w
a month agotoday
83
Installs / week
npm · @dinanathdash/envault-mcp-server
4
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call envault_push.environment → mcp-server/server.mjs:1087, envault_push.file → mcp-server/server.mjs:568, envault_push.file → mcp-server/server.mjs:1165 и ещё 2
      await fs.writeFile(absoluteTarget, toSortedEnvFile(envMap), "utf-8");
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.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.mjs
File ships in the package but is absent from the source [пакет] postinstall.mjs:1, [пакет] server.mjs:1
этот файл ставится пользователю, но в репозитории его нет
    return filepath.Join(configDir, cacheFileName), nil
            execFileSync(terminalNotifierPath, args, { stdio: "ignore" });

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: ENVAULT_TOKEN (Required: Generate via Envault Account Settings -> Security -> MCP Token), ENVAULT_BASE_URL (Required: https://www.envault.tech). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Envault

same job, measured the same way
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering
hush
by royashbrook

A secret store for AI agents: the agent never sees the plaintext.

1 tools answering
Wisp MCP
by breezedelegate

Wisp Panel MCP server for secure game server management through the Wisp Client API.

local only
MCP Wordpress
by crunchtools

Secure MCP server for WordPress content management

83 installs/wk local only
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

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

Encrypted secrets and credential management for agents

35 installs/wk local only
MCP SSH Manager
by bvisible

SSH server management for agents, with per-server read-only and allowlist security modes

685 installs/wk local only
MCP Request-tracker
by crunchtools

Secure MCP server for Request Tracker (RT) ticket management

71 installs/wk local only

Envault — questions

Answers built from our own checks of this server.

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