Model Context Protocol Server
🚀 MCP 서버가 포함된 Agentic RAG 
✨ 개요

MCP 서버가 탑재된 Agentic RAG는 Agentic RAG (Retrieval-Augmented Generation) 애플리케이션을 구축하기 위한 MCP(Model Context Protocol) 서버와 클라이언트를 결합한 강력한 프로젝트입니다.
이 설정은 다음과 같은 고급 도구를 사용하여 RAG 시스템을 강화합니다.
🕵️♂️ 엔티티 추출
🔍 쿼리 세분화
✅ 관련성 확인
서버는 이러한 지능형 도구를 호스팅하고, 클라이언트는 이러한 도구에 원활하게 연결하여 활용하는 방법을 보여줍니다.
Related MCP server: MCP-RAGNAR
🖥️ 서버 — server.py
mcp 라이브러리의 FastMCP 클래스를 기반으로 하는 이 서버는 다음과 같은 편리한 도구를 제공합니다.
도구 이름 | 설명 | 상 |
| 현재 날짜 및 시간을 반환합니다. | ⏰ |
| OpenAI를 사용하여 쿼리에서 엔터티를 추출하여 문서 검색 관련성을 향상시킵니다. | 🧠 |
| OpenAI 기반 세분화를 통해 사용자 쿼리의 품질을 향상시킵니다. | ✨ |
| LLM을 사용하여 청크 관련성을 확인하여 관련 없는 콘텐츠를 필터링합니다. | ✅ |
🤝 클라이언트 — mcp-client.py
클라이언트는 MCP 서버에 연결하고 상호 작용하는 방법을 보여줍니다.
mcp라이브러리에서ClientSession과 연결을 설정합니다.사용 가능한 모든 서버 도구 나열
사용자 정의 인수로 모든 도구 호출
OpenAI 또는 Gemini 와 MCP 도구를 함께 활용하여 쿼리 처리
⚙️ 요구 사항
파이썬 3.9 이상
openaiPython 패키지mcp라이브러리환경 변수 관리를 위한
python-dotenv
🛠️ 설치 가이드
지엑스피1
🔐 구성
.env파일을 만듭니다(.env.sample템플릿으로 사용).env에 OpenAI 모델을 설정합니다.
OPENAI_MODEL_NAME="your-model-name-here"
GEMINI_API_KEY="your-model-name-here"🚀 사용 방법
MCP 서버를 시작합니다.
python server.pyMCP 클라이언트를 실행합니다.
python mcp-client.py📜 라이센스
이 프로젝트는 MIT 라이선스 에 따라 라이선스가 부여되었습니다.
읽어주셔서 감사합니다 🙏
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn intelligent codebase processing server that provides agentic RAG capabilities for code repositories, enabling semantic search and contextual understanding through self-evaluating retrieval loops.2MIT
- AlicenseNot gradedqualityDmaintenanceA local RAG server that enables document indexing and sentence window retrieval across multiple file formats like PDF, MD, and DOCX. It supports both local Hugging Face models and OpenAI embeddings for efficient context-aware querying through the Model Context Protocol.GPL 3.0
- FlicenseNot gradedqualityDmaintenanceThe MCP server provides tools for entity extraction, query refinement, and relevance checking to enhance RAG applications by integrating with OpenAI and Gemini.
- AlicenseNot gradedqualityCmaintenanceRAGX MCP Server enables retrieval-augmented generation with document ingestion, hybrid search, and agentic answering using Claude, exposing tools for querying, searching, and managing documents.2MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Governed, auditable knowledge your team curates for its AI assistants, self-hostable
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashishpatel26/Agentic-RAG-with-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server