hash forge mcp for Cursor
io.github.ryudi84/hash-forge-mcp
Hash text with SHA-256, SHA-384, SHA-512 and compare hashes
client:Cursor
transport:stdio
runtime:npm
Install hash forge mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hash-forge-mcp": {
"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