retriEVAL for Cline
io.github.hcarrillo001/retrieval-mcp
LLM evals as MCP tools: score outputs for faithfulness, relevancy, and hallucination.
client:Cline
transport:stdio
runtime:oci
Install retriEVAL in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"retrieval-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs