Skip to content
VS Code

secret safe env for VS Code

io.github.irrenwill/secret-safe-env

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

client:VS Code transport:stdio runtime:npm

Install secret safe env in VS Code

.vscode/mcp.json

{
  "servers": {
    "secret-safe-env": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secret-safe-env"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

secret safe env in other clients