Skip to content
Gemini CLI

stockmatrix mcp for Gemini CLI

io.github.monglong0214/stockmatrix-mcp

Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts

client:Gemini CLI transport:stdio runtime:npm

Install stockmatrix mcp 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": {
    "stockmatrix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<STOCKMATRIX_API_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

stockmatrix mcp in other clients