MCP Servers / development / QA Radar

QA Radar

JSON →
nonedevelopment

MCP server that tells your agent which files to test first — git churn, coverage gaps, and test mapping as per-file risk scores.

Install
How to run this server
[ { "cmd": "uvx qaradar", "imports": [] } ]
server path: qa-radar
Tools
What this server exposes
qaradar_healthcheck
Full quality overview of a repository
qaradar_risky_modules
What to test first; which files are riskiest
qaradar_churn
Hotspot detection; where regressions tend to occur
qaradar_coverage_gaps
Files with low coverage; where the blind spots are
qaradar_untested_files
Source files with no corresponding test files
qaradar_pr_risk
Which changed files in this PR need attention
Configuration
Environment & auth
authnone
Resources
QA Radar — MCP Server · libregistry