Skip to content
Grok

retriEVAL for Grok

io.github.hcarrillo001/retrieval-mcp

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

client:Grok transport:stdio runtime:oci

Install retriEVAL in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "retrieval-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hcarrillo001/retrieval-mcp:1.0.0"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "RETRIEVAL_JUDGE_BACKEND": "<RETRIEVAL_JUDGE_BACKEND>",
        "RETRIEVAL_JUDGE_MODEL": "<RETRIEVAL_JUDGE_MODEL>",
        "RETRIEVAL_BUDGET_USD": "<RETRIEVAL_BUDGET_USD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

retriEVAL in other clients