Skip to content
Gemini CLI

stacksfinder for Gemini CLI

io.github.hoklims/stacksfinder

Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.

client:Gemini CLI transport:stdio runtime:npm

Install stacksfinder 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": {
    "stacksfinder": {
      "command": "npx",
      "args": [
        "-y",
        "@stacksfinder/mcp-server"
      ],
      "env": {
        "STACKSFINDER_API_KEY": "<STACKSFINDER_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

stacksfinder in other clients