Back to MCP Servers
🔌

hidai25/eval-view

Apache-2.0API key required

](https://glama.ai/mcp/servers/hidai25/eval-view) 🐍 🏠 🍎 🪟 🐧 - Regression testing framework for AI agents. Save golden baselines, detect behavioral drift, and block regressions in CI. Works with L

PythonAI & LLMs

Install

npx -y evalview

Required environment variables

OPENAI_API_KEYSet in your MCP config
ANTHROPIC_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "hidai25-eval-view": {
      "command": "npx",
      "args": [
        "-y",
        "evalview"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.