Odel
Envault

Envault

Local
@dinanathdash4TypeScriptUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dinanathdash/envault-mcp-serverv1.12.0

Run

npx -y @dinanathdash/envault-mcp-server

MCP client config

{
  "mcpServers": {
    "envault": {
      "command": "npx",
      "args": [
        "-y",
        "@dinanathdash/envault-mcp-server"
      ]
    }
  }
}