qa-copilot-mcp-server

sharath9271-design/qa-copilot-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server exposing QA test-intelligence tools (report summaries, flaky-test detection, failure triage, test-stub generation, CI status)
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}