envcloak

YushkoVolodymyr/envcloak
★ 0 stars Python AI/LLM Updated today
Zero-dependency MCP server that lets a Claude Code agent read/edit .env files without ever seeing real secret values (length-preserving blurred view + round-trip-guarded edits).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "envcloak": {
      "command": "uvx",
      "args": [
        "envcloak"
      ]
    }
  }
}

Or install with pip: pip install envcloak

README Excerpt

A tiny **MCP server** that lets a Claude Code agent read and edit `.env` files **without ever seeing real secret values** — while keeping the file informative enough to actually debug with. - **Zero dependencies.** Pure Python 3.8+ standard library. No pip, no npm. - **Self-contained.** Everything lives in this one folder.

Tools (8)

env_add_keyenv_create_fileenv_delete_fileenv_delete_keyenv_readenv_rename_keyenv_replace_rangeenv_set_value