mcp_server_fun_eval_llm_judge

Satheshsabolu/mcp_server_fun_eval_llm_judge
★ 0 stars Python AI/LLM Updated 11d ago
created mcp server and used claude desktop to work with tools of mcp server and evaluation of agent response with function and llm as judge
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": {
    "mcp_server_fun_eval_": {
      "command": "uvx",
      "args": [
        "mcp-server-fun-eval-llm-judge"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-fun-eval-llm-judge