FabTally Decode for Gemini CLI
io.github.zvmzaretsky/onchain-decode
Decode EVM bytes to JSON: event-log decoder, calldata explainer, selector lookup, ABI fetch.
client:Gemini CLI
transport:streamable-http
tools:4
Install FabTally Decode in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"onchain-decode": {
"httpUrl": "https://decode.fabtally.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs