qatouch for Windsurf
io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
client:Windsurf
transport:stdio
runtime:npm
Install qatouch in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<QATOUCH_API_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs