ShieldFive for Claude Desktop
io.github.shieldfive/mcp
Move files off your computer into an E2E-encrypted vault, verified first. Decrypts locally.
client:Claude Desktop
transport:stdio
runtime:npm
Install ShieldFive in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@shieldfive/mcp"
],
"env": {
"SHIELDFIVE_GRANT": "<SHIELDFIVE_GRANT>",
"SHIELDFIVE_MCP_ROOTS": "<SHIELDFIVE_MCP_ROOTS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs