secret safe env for Cline
io.github.irrenwill/secret-safe-env
Write secrets into .env without the agent ever seeing the value - Windows masked dialog (繁中 UI)
client:Cline
transport:stdio
runtime:npm
Install secret safe env in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"secret-safe-env": {
"command": "npx",
"args": [
"-y",
"secret-safe-env"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs