agent-evaluator

SFKX-PGE/agent-evaluator
★ 0 stars Python AI/LLM Updated today
MCP server for evaluating AI agent responses — LLM-as-judge, RAGAS metrics, production monitoring
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-evaluator": {
      "command": "uvx",
      "args": [
        "agent-evaluator"
      ]
    }
  }
}

Or install with pip: pip install agent-evaluator