envault for Windsurf
io.github.dinanathdash/envault
Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations.
client:Windsurf
transport:stdio
runtime:npm
Install envault in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"envault": {
"command": "npx",
"args": [
"-y",
"@dinanathdash/envault-mcp-server"
],
"env": {
"ENVAULT_TOKEN": "<ENVAULT_TOKEN>",
"ENVAULT_BASE_URL": "<ENVAULT_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs