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).

评论

其他 分类下的更多 MCP 服务器