ShieldFive for Cursor
io.github.shieldfive/mcp
Move files off your computer into an E2E-encrypted vault, verified first. Decrypts locally.
client:Cursor
transport:stdio
runtime:npm
Install ShieldFive in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shieldfive/mcp"
],
"env": {
"SHIELDFIVE_GRANT": "<SHIELDFIVE_GRANT>",
"SHIELDFIVE_MCP_ROOTS": "<SHIELDFIVE_MCP_ROOTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs