Bessouat40/RAGLight
RAGLight is a modular framework for Retrieval-Augmented Generation (RAG). It makes it easy to plug in different LLMs, embeddings, and vector stores, and now includes seamless MCP integration to connect external tools and data sources.
Platform-specific configuration:
{
"mcpServers": {
"RAGLight": {
"command": "npx",
"args": [
"-y",
"RAGLight"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...