Skip to content
Claude Desktop

envault for Claude Desktop

io.github.dinanathdash/envault

Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations.

client:Claude Desktop transport:stdio runtime:npm

Install envault in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "envault": {
      "command": "npx",
      "args": [
        "-y",
        "@dinanathdash/envault-mcp-server"
      ],
      "env": {
        "ENVAULT_TOKEN": "<ENVAULT_TOKEN>",
        "ENVAULT_BASE_URL": "<ENVAULT_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

envault in other clients