RAGBuddy

azmirizkifar20/RAGBuddy
★ 0 stars TypeScript AI/LLM Updated today
🤖 A multi-project RAG (Retrieval-Augmented Generation) platform that provides project-aware access to documentation and knowledge through a web dashboard with AI chat, CLI, and MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ragbuddy": {
      "command": "npx",
      "args": [
        "-y",
        "azmirizkifar20/RAGBuddy"
      ]
    }
  }
}

README Excerpt

A multi-project RAG (Retrieval-Augmented Generation) platform for **coding agents and developers**. RAGBuddy provides project-aware access to documentation and knowledge through a **web dashboard with AI chat**, **CLI**, and **MCP server** — all powered by the same underlying core. **RAGBuddy** indexes the `docs/` folder (configurable) of one or more registered Git repositories into [Qdrant](https://qdrant.tech), a vector database, and exposes that index three ways:

Tools (4)

get_project_contextget_project_documentlist_project_knowledgesearch_project_docs

Topics

ai-chatmcpmcp-servermcp-toolsragrag-pipeline