Rag Server
Freeby MCP Community
MCP server for enabling RAG
v0.0.12Added Apr 12, 2026
Rag Server MCP Server
MCP server for enabling RAG
Installation
Reviews
Installation
Quick install
npx -y mcp-rag-server
Add to claude_desktop_config.json
{
"mcpServers": {
"rag-server": {
"command": "npx",
"args": ["-y", "mcp-rag-server"]
}
}
}