hash forge mcp for Gemini CLI
io.github.ryudi84/hash-forge-mcp
Hash text with SHA-256, SHA-384, SHA-512 and compare hashes
client:Gemini CLI
transport:stdio
runtime:npm
Install hash forge mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hash-forge-mcp": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs