Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

qatouch in other clients