alphacouncil agent for Gemini CLI
io.github.zhao73/alphacouncil-agent
Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.
client:Gemini CLI
transport:stdio
runtime:npm
Install alphacouncil agent in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"alphacouncil-agent": {
"command": "npx",
"args": [
"-y",
"alphacouncil-agent"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs