RillCoin for Gemini CLI
io.github.rillcoin/rill
AI agent wallets, Proof of Conduct reputation, and concentration decay on L1
client:Gemini CLI
transport:stdio
runtime:npm
Install RillCoin in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rill": {
"command": "npx",
"args": [
"-y",
"@rillcoin/mcp"
],
"env": {
"RILL_FAUCET_URL": "<RILL_FAUCET_URL>",
"RILL_EXPLORER_URL": "<RILL_EXPLORER_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs