MCP Server
MCP
io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "qatouch-mcp-server",
"version": "1.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your QA Touch subdomain (for example: abc if your URL is https://abc.qatouch.com)",
"isRequired": true,
"format": "string",
"name": "QATOUCH_DOMAIN"
},
{
"description": "QA Touch Personal API Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "QATOUCH_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment