Modular-Agentic-RAG-MCP-Server

Bettybonjour/Modular-Agentic-RAG-MCP-Server
★ 0 stars Unknown language AI/LLM Updated 3d ago
A modular, observable, and evaluable Agentic RAG MCP Server for learning and AI application engineering interviews.
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": {
    "modular-agentic-rag-": {
      "command": "npx",
      "args": [
        "-y",
        "Bettybonjour/Modular-Agentic-RAG-MCP-Server"
      ]
    }
  }
}