← Back to Plugins
MCP Server MCP

io.github.hidai25/evalview-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx evalview

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "evalview",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for LLM-as-judge output quality scoring. Optional — deterministic tool/sequence evaluation works without it.",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...