mcp-integration-evaluation

VvSlash/mcp-integration-evaluation
★ 0 stars TypeScript AI/LLM Updated today
Prototype MCP server and evaluation pipeline for comparing LLM integration through Model Context Protocol with direct baseline access to external data sources.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-integration-eval": {
      "command": "npx",
      "args": [
        "-y",
        "VvSlash/mcp-integration-evaluation"
      ]
    }
  }
}

README Excerpt

Środowisko badawcze do projektowania i ewaluacji serwerów **Model Context Protocol (MCP)**. Porównuje integrację LLM przez MCP z bezpośrednim dostępem do źródeł danych (baseline) w czterech wariantach: `baseline`, `MCP-only`, `MCP+LLM` oraz `third-party MCP+LLM`, z modelem uruchamianym lokalnie przez Ollamę.

Tools (2)

blenderjson