Skip to main content
Developer ToolsTypeScript

Hypersequent/qasphere-mcp

Integration with [QA Sphere](https://qasphere.com/) test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs

developer-toolsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Hypersequent/qasphere-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "qasphere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Hypersequent/qasphere-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
Hypersequent