Local Rag
Freeby MCP Community
Distributed semantic memory + code RAG as an MCP plugin for Claude Code agents
v1.7.3Added Apr 12, 2026
mcpclaudeclaude-coderagmemory
Local Rag MCP Server
Distributed semantic memory + code RAG as an MCP plugin for Claude Code agents
Installation
Reviews
Installation
Quick install
npx -y @13w/local-rag
Add to claude_desktop_config.json
{
"mcpServers": {
"local-rag": {
"command": "npx",
"args": ["-y", "@13w/local-rag"]
}
}
}