Skip to content
Gemini CLI

Hash Digest Tool for Gemini CLI

com.apished/hash-digest-tool

Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.

client:Gemini CLI transport:streamable-http tools:1

Install Hash Digest Tool in Gemini CLI

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

{
  "mcpServers": {
    "hash-digest-tool": {
      "httpUrl": "https://apished.com/mcp/v1/hash"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

What Gemini CLI can do once it is connected

Hash Digest Tool in other clients