HomeDevelopment › eval-view

eval-view

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

Python Local macOSWindowsLinux
★ 135 stars Last pushed 2026-09-05 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.6.0)

uvx evalview

Or add to your MCP client config:

{
  "mcpServers": {
    "eval-view": {
      "command": "uvx",
      "args": [
        "evalview"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key for LLM-as-judge output quality scoring. Optional — deterministic tool/sequence evaluation works without it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry