lockbox for Cursor
io.github.sathergate/lockbox
Encrypted secrets for Next.js. AES-256-GCM with no vault needed.
client:Cursor
transport:stdio
runtime:npm
Install lockbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lockbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaultbox"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs