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
{
"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