crypto for Cursor
io.github.rog0x/crypto
Hash, encode, UUID, password analysis for AI agents
client:Cursor
transport:stdio
runtime:npm
Install crypto in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crypto": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-crypto-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs