AlgoMaker — quantitative trading strategy factory for Gemini CLI
com.algomakers/algomaker
Mine, validate and paper-trade quantitative trading strategies. The engine runs on your machine.
client:Gemini CLI
transport:streamable-http
tools:4
Install AlgoMaker — quantitative trading strategy factory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"algomaker": {
"httpUrl": "https://algomakers.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs