Skip to content
Cursor

envault for Cursor

io.github.dinanathdash/envault

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

client:Cursor transport:stdio runtime:npm

Install envault in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

envault in other clients