MCP Server
MCP
io.github.salehrifai42/qtm4j-mcp-server
MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "qtm4j-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "QMetry API key. Generate from QMetry → API Keys.",
"isRequired": true,
"isSecret": true,
"name": "QTM4J_API_KEY"
},
{
"description": "QMetry region: 'US' (default) or 'AU'.",
"default": "US",
"name": "QTM4J_REGION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment