Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

alphasmo tools in other clients