Developer Tools
Trust: 32/100 (Limited)io.github.ryudi84/hash-forge-mcp Guide
Hash text with SHA-256, SHA-384, SHA-512 and compare hashes
by ryudi84
Quick Start
Install
npx hash-forge-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-hash-forge-mcp": {
"command": "npx",
"args": [
"hash-forge-mcp"
]
}
}
}