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.
Quick Start
Clone the repository:
git clone https://github.com/gogabrielordonez/mcp-ragchatClaude Desktop configuration example:
{
"mcpServers": {
"mcp-ragchat": {
"command": "npx",
"args": [
"-y",
"gogabrielordonez/mcp-ragchat"
]
}
}
}Check the repository README for specific installation and configuration instructions.