A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP Server for QA Sphere TMS
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.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management
via CLI