
mcp agentic rag
MCP Server for Agentic RAG applications
Repository Info
About This Server
MCP Server for Agentic RAG applications
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcp-agentic-rag
Overview
This project implements an MCP (Model Context Protocol) server and client for building agentic RAG (Retrieval-Augmented Generation) applications. The server provides a set of tools that can be used to enhance the performance of RAG systems, such as entity extraction, query refinement, and relevance checking. The client demonstrates how to connect to the server and use its tools.
Server (server.py)
The server is implemented using the FastMCP class from the mcp library. It exposes the following tools:
- get_time_with_prefix: Returns the current date and time.
- extract_entities_tool: Extracts entities from a given text query using OpenAI. This tool can be used to identify key entities in a user's query, which can then be used to improve the retrieval of relevant documents.
- refine_query_tool: Refines a given text query using OpenAI. This tool can be used to improve the quality of a user's query, which can then be used to improve the retrieval of relevant documents.
- check_relevance: Checks the relevance of a text chunk to a given question using an LLM. This tool can be used to filter out irrelevant documents from the retrieval results.
Client (mcp-client.py)
The client demonstrates how to connect to the MCP server and use its tools. It uses the ClientSession class from the mcp library to establish a connection with the server. The client provides examples of how to:
- Connect to the server
- List available tools
- Call a specific tool with arguments
- Process a query using OpenAI and available MCP tools
Requirements
- Python 3.7+
- openai
- mcp
- dotenv
Installation
-
Clone the repository:
git clone https://github.com/rukshanet/mcp-agentic-rag.git -
Install the dependencies:
pip install -r requirements.txt -
Configure the environment variables:
- Create a
.envfile based on the.env.samplefile. - Set the
OPENAI_MODEL_NAMEenvironment variable to the name of the OpenAI model you want to use.
- Create a
Usage
-
Start the MCP server:
python server.py -
Run the MCP client:
python mcp-client.py
License
MIT
Quick Start
Clone the repository
git clone https://github.com/rukshannet/mcp-agentic-ragInstall dependencies
cd mcp-agentic-rag
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.