Skip to main content
RAGLight supports the Model Context Protocol (MCP), allowing your RAG pipeline to act as an agent that can query external databases, fetch live data, or execute code.

MCP Configuration

In this example, we connect the RAG agent to a local MCP server running on port 8001.
agentic_rag.py