Skip to content
Claude Code

retriEVAL for Claude Code

io.github.hcarrillo001/retrieval-mcp

LLM evals as MCP tools: score outputs for faithfulness, relevancy, and hallucination.

client:Claude Code transport:stdio runtime:oci

Install retriEVAL in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add retrieval-mcp -e ANTHROPIC_API_KEY=<ANTHROPIC_API_KEY> -e RETRIEVAL_JUDGE_BACKEND=<RETRIEVAL_JUDGE_BACKEND> -e RETRIEVAL_JUDGE_MODEL=<RETRIEVAL_JUDGE_MODEL> -e RETRIEVAL_BUDGET_USD=<RETRIEVAL_BUDGET_USD> -- docker run -i --rm ghcr.io/hcarrillo001/retrieval-mcp:1.0.0

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

retriEVAL in other clients