AI Research Assistant MCP Server
Enables building and orchestrating the RAG-based retrieval pipeline and multi-tool agent architecture.
Supports integration with Milvus vector database as a configurable option for document storage and retrieval in the RAG system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Research Assistant MCP Serverfind recent papers about transformer architecture improvements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-based AI Research Assistant (RAG + LangChain + Claude)
What it does
AI agent that retrieves documents, processes context, and answers queries using an MCP architecture with RAG (Retrieval-Augmented Generation).
Tech stack
LangChain
Claude / Ollama-compatible models
Vector DB: Chroma (example; configurable to Pinecone, Milvus, etc.)
MCP (Model Context Protocol) for multi-tool orchestration
Features
RAG-based retrieval pipeline
Multi-tool agent (indexing, retrieval, LLM reasoning, tool calls)
API integrations for internal data sources
Demo
See /app/demo_output.md for an example run showing Input → Retrieved documents → Final AI response. Include screenshots or short GIFs in the presentation/ folder if available.
How to run (quick)
Create a virtual environment and install requirements.
python -m venv .venv
.venv\Scripts\activate # Windows
pip install -r requirements.txtConfigure environment variables for your model and vector DB (examples):
export OPENAI_API_KEY=...
export CLAUDE_API_KEY=...
# For Windows PowerShell:
$env:CLAUDE_API_KEY = '...'Run the RAG pipeline or the MCP server components (examples):
python -m rag_pipeline.run # pipeline entry (if present)
python -m mcp_server.server # MCP server (if present)Notes
This repo has been reorganized to focus on a single concrete use-case: a Company Knowledgebase AI. Legacy course material was archived under
/legacy_course.If you want the legacy numbered course folders removed or migrated into
/legacy_course, confirm and I will move them.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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