HomeSearch & Research › RAGScore

RAGScore

Generate QA datasets & evaluate RAG systems with failure diagnosis. Any LLM.

Python
★ 15 stars Last pushed 2026-05-29 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.8.6)

uvx ragscore

Or add to your MCP client config:

{
  "mcpServers": {
    "ragscore": {
      "command": "uvx",
      "args": [
        "ragscore"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key (if using OpenAI provider)
  • ANTHROPIC_API_KEY secret — Anthropic API key (if using Anthropic provider)

Related servers

Data from the Official MCP Registry