Skip to content
VS Code

envcp for VS Code

dev.fentz.envcp/envcp

Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.

client:VS Code transport:stdio runtime:npm

Install envcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "envcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fentz26/envcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

envcp in other clients