ragas

GitHub

Supercharge Your LLM Application Evaluations ๐Ÿš€

13,849 stars Python #evaluation#llm#llmops
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ragas": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ragas"
      ]
    }
  }
}