ShieldFive for Zed
io.github.shieldfive/mcp
Move files off your computer into an E2E-encrypted vault, verified first. Decrypts locally.
client:Zed
transport:stdio
runtime:npm
Install ShieldFive in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@shieldfive/mcp"
],
"env": {
"SHIELDFIVE_GRANT": "<SHIELDFIVE_GRANT>",
"SHIELDFIVE_MCP_ROOTS": "<SHIELDFIVE_MCP_ROOTS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs