Know if you broke your RAG. An MCP server that scores retrieval quality against a golden set, using recall@k, MRR and hit rate. Postgres and pgvector, no LLM-as-judge.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rag-eval-mcp": {
"command": "npx",
"args": [
"-y",
"khaled-haikel/rag-eval-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rag-eval-mcp npx -y khaled-haikel/rag-eval-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rag-eval-mcp": {
"command": "npx",
"args": [
"-y",
"khaled-haikel/rag-eval-mcp"
]
}
}
}
📋 Copy