retriEVAL for Windsurf
io.github.hcarrillo001/retrieval-mcp
LLM evals as MCP tools: score outputs for faithfulness, relevancy, and hallucination.
client:Windsurf
transport:stdio
runtime:oci
Install retriEVAL in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs