Skip to content
Gemini CLI

hash for Gemini CLI

io.github.ryudi84/hash

MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512

client:Gemini CLI transport:stdio runtime:npm

Install hash in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "hash": {
      "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

hash in other clients