RUN IN TERMINAL
claude mcp add ragscore -- uvx ragscore
ADD TO claude_desktop_config.json
{
"mcpServers": {
"ragscore": {
"command": "uvx",
"args": ["ragscore"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"ragscore": {
"command": "uvx",
"args": ["ragscore"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"ragscore": {
"command": "uvx",
"args": ["ragscore"]
}
}
}
About This MCP Server
Generate QA datasets & evaluate RAG systems. Privacy-first, any LLM, local or cloud.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with cloud & infrastructure capabilities via the stdio transport.
Package
ragscore on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The RAGScore server extends your AI assistant with cloud & infrastructure capabilities. Once installed, your AI can use its tools automatically.