MCP-Based Enterprise Knowledge Search Assistant
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., "@MCP-Based Enterprise Knowledge Search AssistantWhat is the maternity leave policy?"
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 Enterprise Knowledge Search Assistant
This repository contains a proof-of-concept implementation of an enterprise knowledge assistant that compares a traditional RAG-style experience with an MCP-driven retrieval flow.
Architecture
Frontend: Claude Desktop style chat experience
Backend: FastAPI + Python 3.12
Retrieval: Elasticsearch-style hybrid search abstraction with BM25 + dense vector similarity
LLM: Ollama with gemma3:latest
MCP: Custom Python MCP-style tool server exposing domain-specific retrieval tools
Related MCP server: mcp-rag-assistant
Key features
Question routing to the correct MCP tool
Hybrid retrieval with ranked chunks and source citations
Ollama integration for answer generation
Evaluation metrics logging to JSON
Docker Compose support for local development
Running locally
Install dependencies:
pip install -e .
Start Ollama and ensure
gemma3:latestis available.Start the API:
uvicorn app.core.app:app --reload
Call the chat endpoint:
POST /chatwith{ "question": "What is the maternity leave policy?" }
Sample questions
What is the maternity leave policy?
How do I submit a travel reimbursement request?
What are the annual appraisal guidelines?
What should I do for a security incident?
Evaluation
Run the evaluation helper to write a metrics record:
from app.services.evaluation import EvaluationService
service = EvaluationService()
print(service.compare("What is the maternity leave policy?"))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
- Alicense-qualityCmaintenanceEnables document-based Q&A with multi-modal RAG, hybrid retrieval, knowledge graph reasoning, and multi-agent orchestration via MCP tools.Last updated4MIT
- Flicense-qualityCmaintenanceProvides RAG-based knowledge retrieval and document management as MCP tools, supporting hybrid search, reranking, and retrieval process visualization.Last updated
- Flicense-qualityBmaintenanceMCP server for a modular RAG system that enables natural language question answering over enterprise documents with intent-aware routing, adaptive retrieval, and citation-backed responses.Last updated
- Alicense-qualityBmaintenanceMCP server for local RAG over personal notes, PDFs, and documents, enabling plain-English querying and hybrid search with multi-hop context expansion.Last updatedMIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
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/Devidas-07/mcp-based-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server