Thru Explorer MCP for Gemini CLI
org.thru/thru-explorer
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
client:Gemini CLI
transport:streamable-http
tools:8
Install Thru Explorer MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"thru-explorer": {
"httpUrl": "https://scan.thru.org/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs