TradeOnyx for Gemini CLI
io.tradeonyx/tradeonyx
Trading journal with pattern detection: log trades by voice, query your own history.
client:Gemini CLI
transport:streamable-http
Install TradeOnyx in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tradeonyx": {
"httpUrl": "https://tradeonyx.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs