MCP Directory

Hypersequent/qasphere-mcp

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y qasphere-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Hypersequent/qasphere-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route Hypersequent/qasphere-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add qasphere-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Hypersequent/qasphere-mcp directly without routing

npx -y qasphere-mcp

New to Agent-CoreX? View setup guide →

Hypersequent/qasphere-mcp MCP Server — Agent-CoreX