A modular, observable, and evaluable Agentic RAG MCP Server for learning and AI application engineering interviews.
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"
]
}
}
}
Run in terminal:
claude mcp add modular-agentic-rag- npx -y Bettybonjour/Modular-Agentic-RAG-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"modular-agentic-rag-": {
"command": "npx",
"args": [
"-y",
"Bettybonjour/Modular-Agentic-RAG-MCP-Server"
]
}
}
}