HSM Kit for Cursor
io.github.hsm-kit/hsmkit
Local-first Base64, Luhn, key-component XOR, and synthetic ISO-0 PIN block tools.
client:Cursor
transport:stdio
runtime:npm
Install HSM Kit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hsmkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hsmkit/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs