alphasmo tools for Gemini CLI
io.github.alphasmo/alphasmo-tools
CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence.
client:Gemini CLI
transport:stdio
runtime:npm
Install alphasmo tools in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"alphasmo-tools": {
"command": "npx",
"args": [
"-y",
"alphasmo"
],
"env": {
"ALPHASMO_API_KEY": "<ALPHASMO_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs