Skip to main content
Data PlatformsTypeScript

gogabrielordonez/mcp-ragchat

Add RAG-powered AI chat to any website with one command. Local vector store, multi-provider LLM (OpenAI/Anthropic/Gemini), self-contained chat server and embeddable widget.

end-to-end-rag-platformslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gogabrielordonez/mcp-ragchat

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-ragchat": {
      "command": "npx",
      "args": [
        "-y",
        "gogabrielordonez/mcp-ragchat"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
TypeScript
Author
gogabrielordonez