rag-eval-mcp

khaled-haikel/rag-eval-mcp
★ 0 stars Unknown language AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag-eval-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "khaled-haikel/rag-eval-mcp"
      ]
    }
  }
}