Secret Safe Env runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 7 Jun 2026.
Write secrets into .env without the agent ever seeing the value - Windows masked dialog (繁中 UI)
We read the source, 8 h ago · rules 3dff92dd89df
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.
const child = spawn(resolvePowershell(), buildSpawnArgs(dialogScriptPath(), key, envPath), buildSpawnOptions());
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add secret-safe-env -- npx -y secret-safe-env
{
"mcpServers": {
"secret-safe-env": {
"args": [
"-y",
"secret-safe-env"
],
"command": "npx"
}
}
}
[mcp_servers.secret-safe-env]
command = "npx"
args = ["-y", "secret-safe-env"]
{
"mcpServers": {
"secret-safe-env": {
"args": [
"-y",
"secret-safe-env"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"secret-safe-env": {
"args": [
"-y",
"secret-safe-env"
],
"command": "npx"
}
}
}
Secrets for developers and agents—secure context and workflows without exposing secret values.
Detect hardcoded secrets in source and config. Reports masked previews, never the values.
Encrypted store for API keys and database URLs your code needs. Use them without reading them.
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model
A secret store for AI agents: the agent never sees the plaintext.
Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations.
Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.
Answers built from our own checks of this server.