Skip to content
Gemini CLI

clarifyprompt for Gemini CLI

io.github.lumabyteco/clarifyprompt

AI prompt optimization for 58+ platforms across 7 categories with custom platforms

client:Gemini CLI transport:stdio runtime:npm

Install clarifyprompt 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": {
    "clarifyprompt": {
      "command": "npx",
      "args": [
        "-y",
        "clarifyprompt-mcp"
      ],
      "env": {
        "LLM_API_URL": "<LLM_API_URL>",
        "LLM_API_KEY": "<LLM_API_KEY>",
        "LLM_MODEL": "<LLM_MODEL>"
      }
    }
  }
}

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

clarifyprompt in other clients