MCP Server
Active
Apache-2.0
io.github.MukundaKatta/ragmetric-mcp MCP Server
io.github.MukundaKatta/ragmetric-mcp
What is the io.github.MukundaKatta/ragmetric-mcp MCP server?
RAG retrieval IR metrics: recall@k, hit@k, MRR, NDCG@k, evaluate_batch.
How to install io.github.MukundaKatta/ragmetric-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ragmetric-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/ragmetric-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ragmetric-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/ragmetric-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ragmetric-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/ragmetric-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ragmetric-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/ragmetric-mcp"
]
}
}
}Claude Code
claude mcp add ragmetric-mcp -- npx -y @mukundakatta/ragmetric-mcpRelated MCP servers
Structured-output enforcer: extract and validate JSON from messy LLM text.
1
View repository →JavaScript
MIT
Token-aware message truncation: fit a chat history into your model's context budget.
1
View repository →JavaScript
MIT
Network-egress firewall for agent tools: check URLs against a declarative policy.
1
View repository →JavaScript
MIT
Validate tool-call args before execution. Returns LLM-friendly retry hints.
1
View repository →JavaScript
MIT
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
0
View repository →JavaScript
MIT