RGX — Snap Router + RyRank + Pricing-Truth for Gemini CLI
io.github.trigeochiral/rgx
Tool selection, Cohere-compatible reranking, and on-chain pricing-truth for agents
client:Gemini CLI
transport:stdio
runtime:pypi
Install RGX — Snap Router + RyRank + Pricing-Truth in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rgx": {
"command": "uvx",
"args": [
"rgx-mcp"
],
"env": {
"RGX_API": "<RGX_API>",
"RGX_XPAYMENT": "<RGX_XPAYMENT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs