envibe for Cursor
io.github.dominic-righthere/envibe
Secure permission layer between AI agents and your .env files
client:Cursor
transport:stdio
runtime:npm
Install envibe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"envibe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"envibe-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs