AI Research Assistant MCP Server
MCP 기반 AI 연구 보조 (RAG + LangChain + Claude)
기능
MCP 아키텍처와 RAG(검색 증강 생성)를 사용하여 문서를 검색하고, 문맥을 처리하며, 질문에 답변하는 AI 에이전트입니다.
기술 스택
LangChain
Claude / Ollama 호환 모델
벡터 DB: Chroma (예시; Pinecone, Milvus 등으로 구성 가능)
다중 도구 오케스트레이션을 위한 MCP (Model Context Protocol)
주요 기능
RAG 기반 검색 파이프라인
다중 도구 에이전트 (인덱싱, 검색, LLM 추론, 도구 호출)
내부 데이터 소스를 위한 API 통합
데모
입력 → 검색된 문서 → 최종 AI 응답을 보여주는 실행 예시는 /app/demo_output.md를 참조하세요. 가능한 경우 presentation/ 폴더에 스크린샷이나 짧은 GIF를 포함하세요.
빠른 실행 방법
가상 환경을 생성하고 요구 사항을 설치합니다.
python -m venv .venv
.venv\Scripts\activate # Windows
pip install -r requirements.txt모델 및 벡터 DB에 대한 환경 변수를 구성합니다 (예시):
export OPENAI_API_KEY=...
export CLAUDE_API_KEY=...
# For Windows PowerShell:
$env:CLAUDE_API_KEY = '...'RAG 파이프라인 또는 MCP 서버 구성 요소를 실행합니다 (예시):
python -m rag_pipeline.run # pipeline entry (if present)
python -m mcp_server.server # MCP server (if present)참고
이 저장소는 단일 구체적 사용 사례인 '사내 지식 베이스 AI'에 집중하도록 재구성되었습니다. 기존 강의 자료는
/legacy_course아래에 보관되었습니다.기존의 번호가 매겨진 강의 폴더를 삭제하거나
/legacy_course로 마이그레이션하려면 확인해 주세요. 이동하도록 하겠습니다.
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 gradedqualityDmaintenanceEnables AI agents to search, deep-read, and build knowledge bases from Markdown, PDF, DOCX, and PPTX documents via MCP tools for retrieval, document navigation, and ingestion.70616MIT
- AlicenseNot gradedqualityBmaintenanceConverts unstructured documents into a searchable knowledge base and exposes retrieval tools via MCP protocol for AI agents to query.MIT
- AlicenseNot gradedqualityBmaintenanceEnables querying enterprise documents (DOCX, PDF, PPTX) using natural language, with hybrid search and MCP integration for Claude Desktop and other agents.MIT
- AlicenseNot gradedqualityBmaintenanceEnables document-based Q&A with multi-modal RAG, hybrid retrieval, knowledge graph reasoning, and multi-agent orchestration via MCP tools.4MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Appeared in Searches
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/sagarkpoojary/sagar-mcp-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server