mcpbeat Sign in

Secret Hygiene MCP Server

local only

Secret Hygiene MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Count secret-like patterns in bounded local files without returning values, keys, paths,...

Installs / week
npm · secret-hygiene-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Secret Hygiene MCP

same job, measured the same way
kdbx
by yarrasys

Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.

local only
Env Secret Exposure Analyzer MCP
by vola-trebla

Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.

30 installs/wk local only
STUzhy Py Execute MCP
by smithery

Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…

answering
Stashbase
by stashbase

Secrets for developers and agents—secure context and workflows without exposing secret values.

answering
Phantom Secrets
by ashlrai

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

43 installs/wk local only
Onepassword Agent MCP
by gambadio

Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.

59 installs/wk local only
Secret Safe Env
by irrenwill

Write secrets into .env without the agent ever seeing the value - Windows masked dialog (繁中 UI)

31 installs/wk local only
Delx Memory
by davidmosiah

Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe

54 installs/wk local only

Secret Hygiene MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Secret Hygiene MCP?
Secret Hygiene 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 secret-hygiene-mcp.
How do I connect Secret Hygiene 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 secret-hygiene-mcp straight from npm; nothing to host, nothing to sign up for.
Is Secret Hygiene MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.