mcpbeat Sign in

QA Radar MCP Server

local only

QA Radar runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from pypi. Last commit 7 Jun 2026.

Tells AI agents which files to test first — churn, coverage, and test mapping as risk scores.

Installs per day peak 63 · avg 16 · +0% w/w
a month agotoday
111
Installs / week
pypi · qaradar
0
Stars
1 open issues
7 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qaradar -- uvx qaradar
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qaradar": {
      "args": [
        "qaradar"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qaradar]
command = "uvx"
args = ["qaradar"]
.cursor/mcp.json
{
  "mcpServers": {
    "qaradar": {
      "args": [
        "qaradar"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qaradar": {
      "args": [
        "qaradar"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to QA Radar

same job, measured the same way
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only
Testing
by rog0x

Test generation, mocks, coverage analysis for AI agents

33 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
I
MATLAB MCP Server
by matlab

Connect AI coding agents to MATLAB. Run code, tests, and analysis via MCP.

local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
AgentVault
by motiveflowllc

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

57 installs/wk local only
TechSnif
by techsnif

Agent-first tech news: ranked story clusters, coverage and discussion links, trends, and events.

67 installs/wk 13 tools answering
Wopee MCP
by wopee-io

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

436 installs/wk local only

QA Radar — questions

Answers built from our own checks of this server.

Why is there no uptime for QA Radar?
QA Radar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package qaradar was installed 111 times last week.
How do I connect QA Radar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qaradar straight from pypi; nothing to host, nothing to sign up for.
How many people use QA Radar?
The pypi package qaradar was installed 111 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QA Radar open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.