secure vault for Cursor
io.github.mdfifty50-boop/secure-vault
Encrypted secrets and credential management for agents
client:Cursor
transport:stdio
runtime:npm
Install secure vault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"secure-vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"secure-vault-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs