Local Rag
Freeby MCP Community
Local RAG MCP Server - Enhanced with hybrid search, memory management, and code file support (fork of shinpr/mcp-local-rag)
v1.5.1Added Apr 12, 2026
typescriptmcpmcp-serverragvector-search
Local Rag MCP Server
Local RAG MCP Server - Enhanced with hybrid search, memory management, and code file support (fork of shinpr/mcp-local-rag)
Installation
Reviews
Installation
Quick install
npx -y @yikizi/mcp-local-rag
Add to claude_desktop_config.json
{
"mcpServers": {
"local-rag": {
"command": "npx",
"args": ["-y", "@yikizi/mcp-local-rag"]
}
}
}