MCP.so
ログイン

QA Sphere MCP Server

@Hypersequent

QA Sphere MCP Server について

MCP Server for QA Sphere TMS

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

Hypersequent

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "qasphere": {
      "command": "npx",
      "args": [
        "-y",
        "qasphere-mcp"
      ],
      "env": {
        "QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
        "QASPHERE_API_KEY": "your-api-key"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is QA Sphere MCP Server?

It is a Model Context Protocol (MCP) server for QA Sphere, a test management system. It enables large language models to discover, summarize, and chat about test cases, letting AI-powered IDEs reference specific test cases within the development workflow.

How to use QA Sphere MCP Server?

Ensure Node.js (>=22), a QA Sphere account, an API key, and the tenant URL are available. Configure any MCP client using the command npx -y qasphere-mcp with environment variables QASPHERE_TENANT_URL and QASPHERE_API_KEY. Setup instructions are provided for Claude Desktop, Cursor, and 5ire.

Key features of QA Sphere MCP Server

  • Discover test cases from QA Sphere
  • Summarize test cases in natural language
  • Chat about test cases with an LLM
  • Reference test cases within AI-powered IDEs
  • Simple configuration via npx and environment variables

Use cases of QA Sphere MCP Server

  • AI-assisted test case review and analysis
  • Quickly finding relevant test cases during development
  • Integrating test management into coding workflows in MCP-compatible IDEs
  • Querying the test management system using natural language

FAQ from QA Sphere MCP Server

What is the QA Sphere MCP Server?

It integrates LLMs with QA Sphere test management, allowing discover, summary, and chat about test cases through MCP.

What are the prerequisites?

Node.js version 22 or later, a QA Sphere account with an API key, and the company’s QA Sphere tenant URL (e.g., example.eu2.qasphere.com).

How do I get an API key?

Go to QA Sphere Settings → API Keys → Add API Key, then copy the generated key.

Which MCP clients are supported?

The server works with any MCP client. Specific instructions exist for Claude Desktop, Cursor, and 5ire.

What environment variables must I set?

Two variables are required: QASPHERE_TENANT_URL (your tenant’s URL) and QASPHERE_API_KEY (your API key).

コメント

「その他」の他のコンテンツ