mcpbeat Sign in

Agent Eval MCP Server

local only

Agent Eval runs on your own machine — the client starts it, so there is no endpoint to ping. 187 installs a week from pypi. Last commit 25 Aug 2026.

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

Installs per day peak 373 · avg 76 · -57% w/w
a month agotoday
187
Installs / week
pypi · agent-regress-cli
0
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 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.

  return spawnSync(command, args, { stdio: 'inherit', shell: useShell });
Runs an external command src/agent_regress/core/runner.py:381, [пакет] src/agent_regress/core/runner.py:381, src/agent_regress/mcp_server.py:47 и ещё 1
        result = subprocess.run(  # noqa: S603 -- fixed argv list, shell=True never used

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 agent-eval -- uvx agent-regress-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-eval": {
      "args": [
        "agent-regress-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-eval]
command = "uvx"
args = ["agent-regress-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-eval": {
      "args": [
        "agent-regress-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-eval": {
      "args": [
        "agent-regress-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Agent Eval

same job, measured the same way
Rigor MCP
by mrnh

Verified statistical inference for AI agents: hypothesis tests, correlation, effect sizes, power.

147 installs/wk local only
Evalview MCP
by hidai25

Regression testing for AI agents. Golden baselines, CI/CD, LangGraph, CrewAI, OpenAI, Claude.

1 247 installs/wk local only
Dungbeetle
by dungbeetle

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

61 installs/wk local only
I
Mockpost
by reiarseni

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

285 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

71 installs/wk local only
OrangePro
by orangeproai

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

802 installs/wk local only
OrangePro
by orangepro

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

local only
Agentsnap
by mukundakatta

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

72 installs/wk local only

Agent Eval — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Eval?
Agent Eval 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 agent-regress-cli was installed 187 times last week.
How do I connect Agent Eval?
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 agent-regress-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Agent Eval?
The pypi package agent-regress-cli was installed 187 times in the last week. Week over week that is -57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Eval open source?
Yes — it is published under the Apache-2.0 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.