Write secrets into .env without the agent ever seeing the value - Windows masked dialog (繁中 UI)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y secret-safe-env
MCP client config
{
"mcpServers": {
"secret-safe-env": {
"command": "npx",
"args": [
"-y",
"secret-safe-env"
]
}
}
}