Odel
mcp eval runner

mcp eval runner

Local
@dbsectrainerTypeScriptMITUpdated 3mo ago

A standardized testing harness for MCP servers and agent workflows

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-eval-runnerv1.0.0

Run

npx -y mcp-eval-runner

MCP client config

{
  "mcpServers": {
    "mcp-eval-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-eval-runner"
      ]
    }
  }
}