qatouch for Zed
io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
client:Zed
transport:stdio
runtime:npm
Install qatouch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<QATOUCH_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs