qatouch for Cursor
io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
client:Cursor
transport:stdio
runtime:npm
Install qatouch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qatouch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<QATOUCH_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs