← Back to Plugins
MCP Server MCP

io.github.DinanathDash/envault

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @dinanathdash/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dinanathdash/envault-mcp-server",
      "version": "1.12.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Required: Generate via Envault Account Settings -> Security -> MCP Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ENVAULT_TOKEN"
        },
        {
          "description": "Required: https://www.envault.tech",
          "isRequired": true,
          "format": "string",
          "name": "ENVAULT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...