A Model Context Protocol server for the QA Sphere test management system. This integration enables Large Language Models (LLMs) to interact directly with QA Sphere test cases, allowing you to discover, summarize, and chat about test cases. In AI-powered IDEs that support MCP, you can reference specific QA Sphere test cases within your development workflow. - Node.js (recent LTS versions) - QA Sphe
Add this skill
npx mdskills install Hypersequent/qasphere-mcpClean MCP server with excellent setup documentation but lacks specific tool descriptions and examples
A Model Context Protocol server for the QA Sphere test management system.
This integration enables Large Language Models (LLMs) to interact directly with QA Sphere test cases, allowing you to discover, summarize, and chat about test cases. In AI-powered IDEs that support MCP, you can reference specific QA Sphere test cases within your development workflow.
example.eu2.qasphere.com)This server is compatible with any MCP client. Configuration instructions for popular clients are provided below.
Claude → Settings → Developer → Edit Configclaude_desktop_config.jsonmcpServers dictionarySettings... → Cursor settings → Add new global MCP serverClick the button below to automatically install and configure the QA Sphere MCP server:
qaspherenpx -y qasphere-mcpFor any MCP client, use the following configuration format:
{
"mcpServers": {
"qasphere": {
"command": "npx",
"args": ["-y", "qasphere-mcp"],
"env": {
"QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
"QASPHERE_API_KEY": "your-api-key"
}
}
}
}
Replace the placeholder values with your actual QA Sphere URL and API key.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or need assistance, please file an issue on the GitHub repository.
Install via CLI
npx mdskills install Hypersequent/qasphere-mcpQA Sphere MCP Server is a free, open-source AI agent skill. A Model Context Protocol server for the QA Sphere test management system. This integration enables Large Language Models (LLMs) to interact directly with QA Sphere test cases, allowing you to discover, summarize, and chat about test cases. In AI-powered IDEs that support MCP, you can reference specific QA Sphere test cases within your development workflow. - Node.js (recent LTS versions) - QA Sphe
Install QA Sphere MCP Server with a single command:
npx mdskills install Hypersequent/qasphere-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
QA Sphere MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.