secret-safe-env

security MCP Server

MCP server that lets an AI agent put secrets into .env without ever seeing the value — native Windows masked dialog + PowerShell. Windows-only.

VerifiedInstall Ready
securitysecurity
3 views0 stars1 forksv0.1.2MIT

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 2mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
0
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

npx secret-safe-env

2. Add to claude_desktop_config.json

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

1
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (1)

the

value. `key` must be `UPPER_SNAKE_CASE` (`^[A-Z_][A-Z0-9_]*$`). Values are **single-line** (for multi-line PEM/JSON, ask the user to edit `.env` manually). `destructiveHint: true` (it upserts a key in place).