← Back to Plugins
MCP Server MCP

QTM4J

github By github 👁 1 views ▲ 0 votes

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

Homepage Verified source GitHub

Install

npx -y @denis-platonov/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@denis-platonov/qtm4j-mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "QTM4J Open API key.",
          "isRequired": true,
          "isSecret": true,
          "name": "QTM4J_API_KEY"
        },
        {
          "description": "Base URL for the QTM4J Open API.",
          "default": "https://qtmcloud.qmetry.com/rest/api/latest",
          "name": "QTM4J_BASE_URL"
        },
        {
          "description": "Default QTM4J project ID used when tool calls omit projectId.",
          "name": "QTM4J_PROJECT_ID"
        },
        {
          "description": "Set to 0 only when you must allow self-signed TLS certificates.",
          "name": "NODE_TLS_REJECT_UNAUTHORIZED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...