mcpbeat Sign in

Enigmagent MCP Server

local only

Enigmagent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 26 Apr 2026.

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

Installs per day peak 31 · avg 9 · -16% w/w
a month agotoday
60
Installs / week
npm · enigmagent-mcp
2
Stars
0 open issues
26 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Enigmagent MCP 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 enigmagent-mcp -- npx -y enigmagent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "enigmagent-mcp": {
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.enigmagent-mcp]
command = "npx"
args = ["-y", "enigmagent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "enigmagent-mcp": {
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "enigmagent-mcp": {
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VAULT_PASSWORD (Master password used to decrypt the local EnigmAgent vault (AES-256-GCM + Argon2id).), VAULT_PATH (Path to the vault.json file (default: ./vault.json).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Enigmagent MCP

same job, measured the same way
Keyblind
by aarifmms

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

54 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
Phantom Secrets
by ashlrai

Stop AI coding agents from leaking API keys. Local proxy swaps real secrets for phm_ tokens.

51 installs/wk local only
Lockbox
by sathergate

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

28 installs/wk local only
Pqvault
by pdaxt

Post-quantum secrets manager for AI agents. ML-KEM-768 + X25519 + AES-256-GCM.

local only
Wundervault MCP
by wundervault

Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model

339 installs/wk local only
keyward
by arturayupov

Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP.

local only
hush
by royashbrook

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

1 tools answering

Enigmagent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Enigmagent MCP?
Enigmagent MCP 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 enigmagent-mcp was installed 60 times last week.
How do I connect Enigmagent MCP?
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 enigmagent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Enigmagent MCP?
The npm package enigmagent-mcp was installed 60 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Enigmagent MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.