Skip to content
VS Code

envibe for VS Code

io.github.dominic-righthere/envibe

Secure permission layer between AI agents and your .env files

client:VS Code transport:stdio runtime:npm

Install envibe in VS Code

.vscode/mcp.json

{
  "servers": {
    "envibe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "envibe-mcp"
      ]
    }
  }
}

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

envibe in other clients