Mcp Powered Agentic Rag — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Powered Agentic Rag (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An agentic Retrieval-Augmented Generation (RAG) system that combines a small curated machine learning knowledge base with real-time web search capabilities, powered by the Model Context Protocol (MCP).
Traditional RAG systems have several limitations:
Agentic RAG introduces intelligent decision-making and tool orchestration:
This project implements an Agentic RAG system that:
The system acts as an intelligent assistant that knows when to use its specialized knowledge base versus when to search the web for general information not relevant to the knowledge base.
ml_faq_retrievalfirecrawl_web_searchuv package manager installedcd mcp-powered-agentic-raguv pip install -r requirements.txtOr use uv's project management:
uv syncCreate a .env file in the project root:
CHROMA_API_KEY=your_chroma_api_key
CHROMA_TENANT=your_chroma_tenant
CHROMA_DATABASE=your_chroma_database
FIRECRAWL_API_KEY=your_firecrawl_api_keyuv run fastmcp dev server.py#### Development Mode (with Inspector)
uv run fastmcp dev server.py#### Production Mode
uv run python server.pyAdd the following to your Claude Desktop MCP configuration:
{
"mcpServers": {
"mcp-rag": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/mcp-powered-agentic-rag",
"run",
"server.py"
]
}
}
}.env fileThis project is licensed under the MIT License - see the LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.