8 months ago
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.
Tools
get_test_case
get_project
list_projects
list_test_cases
list_test_cases_folders
list_test_cases_tags
Server Config
{
"mcpServers": {
"qasphere": {
"command": "npx",
"args": [
"-y",
"qasphere-mcp"
],
"env": {
"QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
"QASPHERE_API_KEY": "your-api-key"
}
}
}
}