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: Modular RAG System
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?"))Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Self-hosted AI-native knowledge workspace with hybrid search, GraphRAG, and MCP.
Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes.
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.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceProvides RAG-based knowledge retrieval and document management as MCP tools, supporting hybrid search, reranking, and retrieval process visualization.-
- FlicenseNot gradedqualityBmaintenanceMCP 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.-
- FlicenseNot gradedqualityCmaintenanceEnables querying company knowledge base using RAG, providing accurate answers from internal documents via MCP.-
- AlicenseNot gradedqualityCmaintenanceA modular RAG framework exposing knowledge retrieval tools via MCP, enabling AI assistants to perform hybrid search, reranking, and multimodal document queries with full observability and evaluation.MIT
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