Serversio.github.HZYAI/ragscore
R

RAGScore

io.github.HZYAI/ragscore · v0.6.10
▦ pypi
v0.6.10pypi pypi: ragscore↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.HZYAI/ragscore",
  "description": "Generate QA datasets & evaluate RAG systems. Privacy-first, any LLM, local or cloud.",
  "title": "RAGScore",
  "repository": {
    "url": "https://github.com/HZYAI/RagScore",
    "source": "github"
  },
  "version": "0.6.10",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ragscore",
      "version": "0.6.10",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key (if using OpenAI provider)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Anthropic API key (if using Anthropic provider)",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}