Skip to content
Gemini CLI

Hashloom for Gemini CLI

io.github.davet47/hashloom

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

client:Gemini CLI transport:stdio runtime:pypi

Install Hashloom in Gemini CLI

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

{
  "mcpServers": {
    "hashloom": {
      "command": "uvx",
      "args": [
        "hashloom"
      ]
    }
  }
}

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

Hashloom in other clients