Skip to content
Zed

envcp for Zed

dev.fentz.envcp/envcp

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

client:Zed transport:stdio runtime:npm

Install envcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

envcp in other clients