llm-env-vault

Thyra-AI/llm-env-vault
★ 0 stars Python AI/LLM Updated 2d ago
MCP server that lets an AI coding assistant work with .env variable names without ever seeing the real values secrets stay encrypted locally, gated behind a Tkinter consent dialog.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-env-vault": {
      "command": "uvx",
      "args": [
        "llm-env-vault"
      ]
    }
  }
}

Or install with pip: pip install llm-env-vault

README Excerpt

**Keep your real `.env` secrets out of your AI coding agent's reach — without breaking your workflow.** llm-env-vault is an MCP server that replaces the secret values in your `.env` files with harmless numbered placeholders, stores the real values in a password-encrypted local vault, and lets you run real commands with real secrets injected — each time gated by a native GUI password prompt that only *you* can answer.

Tools (1)

format_version