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
Ads
Overview
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
Installation
npx -y qasphere-mcp
Configuration
{
"mcpServers": {
"qasphere": {
"command": "npx",
"args": [
"-y",
"qasphere-mcp"
],
"env": {
"QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
"QASPHERE_API_KEY": "your-api-key"
}
}
}
}Capabilities
- Discover test cases
Ask your assistant to find and list QA Sphere test cases matching a query or filter.
- Summarize test coverage
Have your assistant read and condense test case details into a brief overview for quick review.
- Chat about test cases
Reference specific QA Sphere test cases in conversation to get explanations or context during development.
Tags
- testing-qa
- project-management
- api
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.