Skip to content
Gemini CLI

sensecritiq for Gemini CLI

io.github.salvisare/sensecritiq

UX research synthesis. Upload interviews and get themes, findings, and verbatim quotes in minutes.

client:Gemini CLI transport:stdio runtime:pypi

Install sensecritiq 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": {
    "sensecritiq": {
      "command": "uvx",
      "args": [
        "sensecritiq-mcp"
      ],
      "env": {
        "SCQ_API_KEY": "<SCQ_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

sensecritiq in other clients