Skip to content
Gemini CLI

checksum mcp for Gemini CLI

io.github.mrfentmen/checksum-mcp

Compute file and text checksums locally with sha and md5. No network and no key.

client:Gemini CLI transport:stdio runtime:npm

Install checksum mcp in Gemini CLI

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

{
  "mcpServers": {
    "checksum-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "checksum-mcp"
      ]
    }
  }
}

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

checksum mcp in other clients