Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ShieldFive in other clients