Coolant for Gemini CLI
run.coolant/coolant
Instruments for what a model cannot know on its own: time, randomness, DNS, hashes, receipts.
client:Gemini CLI
transport:streamable-http
tools:28
Install Coolant in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"coolant": {
"httpUrl": "https://coolant.run/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs