logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qasphere-adapter-mcp

Facilitates seamless integration between the QA Sphere test management platform and AI-driven Integrated Development Environments (IDEs) via the Model Context Protocol (MCP). This service empowers developers to perform operations such as locating, summarizing the contents of, and querying specific test artifacts housed within QA Sphere, all directly within their coding environment.

Author

qasphere-adapter-mcp logo

Hypersequent

MIT License

Quick Info

GitHub GitHub Stars 13
NPM Weekly Downloads 4353
Tools 1
Last Updated 2026-02-19

Tags

qasphereqaidestest managementqa sphereqasphere mcp

QA Sphere MCP Conduit

A dedicated Model Context Protocol server engineered to interface with the QA Sphere quality assurance ecosystem.

This specialized integration furnishes Large Language Models (LLMs) with direct access to QA Sphere test case repositories. Users gain the capacity to retrieve, gain narrative overviews of, and engage in dialogue regarding their test assets. Within MCP-enabled, intelligent IDEs, development teams can reference and manipulate QA Sphere test instances as an intrinsic part of their ongoing software development lifecycle.

Essential Requirements

To successfully deploy this service, the following components must be in place:

  • A contemporary Long-Term Support (LTS) release of Node.js.
  • An active account on the QA Sphere platform granting API access permissions.
  • A valid API access credential obtained from QA Sphere (Access via Settings ⚙️ → API Keys → Generate New Key).
  • The specific network address (URL) for your organization's QA Sphere instance (e.g., acme.us1.qasphere.com).

Deployment Procedures

This server is designed for broad compatibility with any conforming MCP client application. Configuration guidelines tailored for frequently used clients follow.

Integration with Claude Desktop

  1. Navigate the application menu: ClaudeSettingsDeveloperConfigure Settings.
  2. Access and modify the configuration file named claude_desktop_config.json.
  3. Augment the existing mcpServers object by incorporating the QA Sphere connection parameters.

Integration with Cursor IDE

Method A: Manual Configuration Entry

  1. Access the IDE preferences: Settings...Cursor Preferences.
  2. Select the option to Register a new universal MCP endpoint.
  3. Input the necessary configuration details for the QA Sphere connector.

Method B: Automated Installation

Execute the installation routine below to automatically provision and configure the QA Sphere MCP server:

Install MCP Server

Integration with 5ire Tooling

  1. Launch the 'Tooling' interface and select the 'Introduce New Tool' option.
  2. Populate the subsequent form fields as follows:
  3. Tool Identifier: qasphere
  4. Execution Command: npx -y qasphere-mcp
  5. Environmental Parameters (refer to the section below for necessary variables).

Standard Configuration Blueprint

For clients adhering strictly to the MCP specification, employ this configuration structure. This serves as the canonical data structure for client setup:

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

Remember to substitute the bracketed placeholder text with your organization's precise QA Sphere endpoint and corresponding secret API token.

Licensing Information

This software component is distributed under the terms of the MIT License. Full particulars are detailed in the accompanying [LICENSE] file.

User Assistance

Should operational difficulties arise or if specialized guidance is required, users are encouraged to submit a formal inquiry via the project's official issue tracking system on GitHub.

See Also

`