🤖 Multi-Agentic RAG with MCP Tools - Intelligent query routing, document search, web search & geography services powered by LangGraph, Groq, and Pinecone
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"multi_agentic_rag_us": {
"command": "uvx",
"args": [
"multi-agentic-rag-using-mcp-tools"
]
}
}
}
Run in terminal:
claude mcp add multi_agentic_rag_us uvx multi-agentic-rag-using-mcp-tools
Add to .cursor/mcp.json:
{
"mcpServers": {
"multi_agentic_rag_us": {
"command": "uvx",
"args": [
"multi-agentic-rag-using-mcp-tools"
]
}
}
}
Or install with pip: pip install multi-agentic-rag-using-mcp-tools