Loading MCP server directory, please wait...
LLM evals as MCP tools: score outputs for faithfulness, relevancy, and hallucination.
npx @getmcp/cli add io.github.hcarrillo001/retrieval-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hcarrillo001/retrieval-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ANTHROPIC_API_KEY",
"-e",
"RETRIEVAL_JUDGE_BACKEND",
"-e",
"RETRIEVAL_JUDGE_MODEL",
"-e",
"RETRIEVAL_BUDGET_USD",
"ghcr.io/hcarrillo001/retrieval-mcp:1.0.0"
],
"env": {
"ANTHROPIC_API_KEY": "",
"RETRIEVAL_JUDGE_BACKEND": "anthropic",
"RETRIEVAL_JUDGE_MODEL": "",
"RETRIEVAL_BUDGET_USD": ""
}
}
}
}