Skip to content
Gemini CLI

qatouch for Gemini CLI

io.github.qatouch/qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

client:Gemini CLI transport:stdio runtime:npm

Install qatouch 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": {
    "qatouch": {
      "command": "npx",
      "args": [
        "-y",
        "qatouch-mcp-server"
      ],
      "env": {
        "QATOUCH_DOMAIN": "<QATOUCH_DOMAIN>",
        "QATOUCH_API_TOKEN": "<QATOUCH_API_TOKEN>"
      }
    }
  }
}

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

qatouch in other clients