MCP server exposing QA test-intelligence tools (report summaries, flaky-test detection, failure triage, test-stub generation, CI status)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qa-copilot-mcp-serve": {
"command": "npx",
"args": [
"-y",
"sharath9271-design/qa-copilot-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add qa-copilot-mcp-serve npx -y sharath9271-design/qa-copilot-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"qa-copilot-mcp-serve": {
"command": "npx",
"args": [
"-y",
"sharath9271-design/qa-copilot-mcp-server"
]
}
}
}