Local Rag
Freeby MCP Community
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
v0.12.0Added Apr 12, 2026
typescriptmcpmcp-servermodel-context-protocolrag
Local Rag MCP Server
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
Installation
Reviews
Installation
Quick install
npx -y mcp-local-rag
Add to claude_desktop_config.json
{
"mcpServers": {
"local-rag": {
"command": "npx",
"args": ["-y", "mcp-local-rag"]
}
}
}