Riza offers an isolated code interpreter for your LLM-generated code. Our MCP server implementation wraps the Riza API and presents endpoints as individual tools.
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 Config
claude_desktop_config.json
mcpServers
dictionarySettings...
→ Cursor settings
→ Add new global MCP server
qasphere
npx -y qasphere-mcp
For 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.