Odel
secret safe env

secret safe env

Local
@irrenwillPowerShellMITUpdated 3mo ago

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).

npmsecret-safe-envv0.1.2

Run

npx -y secret-safe-env

MCP client config

{
  "mcpServers": {
    "secret-safe-env": {
      "command": "npx",
      "args": [
        "-y",
        "secret-safe-env"
      ]
    }
  }
}