hash for Cursor
io.github.ryudi84/hash
MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512
client:Cursor
transport:stdio
runtime:npm
Install hash in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs