Skip to content
Cursor

safehold for Cursor

io.github.spacetime-technology/safehold

Local, encrypted MCP vault for passports, IDs, visas and photos. You control access.

client:Cursor transport:stdio runtime:npm

Install safehold in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "safehold": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "safehold"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

safehold in other clients