rag-agent-demo

blazo-dev/rag-agent-demo
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
End-to-end RAG agent demo using MCP protocol for tool integration — FastMCP server with ChromaDB + sentence-transformers as knowledge base, consumed by a Strands Agent powered by Google Gemini.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag-agent-demo": {
      "command": "npx",
      "args": [
        "-y",
        "blazo-dev/rag-agent-demo"
      ]
    }
  }
}

README Excerpt

A full end-to-end demonstration of a RAG-powered AI agent using the Model Context Protocol (MCP) for tool integration. Built entirely with open-source tooling and free APIs. This project consists of two components working together: 1. **rag-mcp-server** — An MCP server that wraps a local RAG pipeline