envcp for Cursor
dev.fentz.envcp/envcp
Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.
client:Cursor
transport:stdio
runtime:npm
Install envcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"envcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fentz26/envcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs