flatcash for Gemini CLI
io.github.flat-cash/flatcash
Earn FLAT tokens (CPI-pegged stablecoin) by completing bounties. No wallet required.
client:Gemini CLI
transport:stdio
runtime:npm
Install flatcash in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": [
"-y",
"flatcash-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs