MCP.so
Sign In

QA Sphere MCP Server

@Hypersequent

About QA Sphere MCP Server

MCP Server for QA Sphere TMS

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

Hypersequent

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers