← Back to Plugins
MCP Server MCP

Qase Test Management

github By github 👁 3 views ▲ 0 votes

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

Homepage Verified source GitHub

Install

npx -y @qase/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.qase.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@qase/mcp-server",
      "version": "2.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Qase API token from app.qase.io > Settings > API Tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "QASE_API_TOKEN"
        },
        {
          "description": "Custom API domain for enterprise (default: api.qase.io)",
          "default": "api.qase.io",
          "name": "QASE_API_DOMAIN"
        },
        {
          "description": "Scheme used to reach the API domain: http or https. Use http only for self-hosted deployments served without TLS (default: https)",
          "default": "https",
          "name": "QASE_API_PROTOCOL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...