Utuh watcher for Gemini CLI
io.github.pugarhuda/utuh-mcp
Sweep bonded completeness claims on Creditcoin against Ethereum, and refute one that omits an event.
client:Gemini CLI
transport:stdio
runtime:npm
Install Utuh watcher in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"utuh-mcp": {
"command": "npx",
"args": [
"-y",
"utuh-mcp"
],
"env": {
"PRIVATE_KEY": "<PRIVATE_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs