ShieldFive for Windsurf
io.github.shieldfive/mcp
Move files off your computer into an E2E-encrypted vault, verified first. Decrypts locally.
client:Windsurf
transport:stdio
runtime:npm
Install ShieldFive in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@shieldfive/mcp"
],
"env": {
"SHIELDFIVE_GRANT": "<SHIELDFIVE_GRANT>",
"SHIELDFIVE_MCP_ROOTS": "<SHIELDFIVE_MCP_ROOTS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs