Local-first RAG server for developers using MCP. Semantic + keyword search for code and technical docs. Fully private, zero setup.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"shinpr/mcp-local-rag"
]
}
}
}
Run in terminal:
claude mcp add mcp-local-rag npx -y shinpr/mcp-local-rag
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"shinpr/mcp-local-rag"
]
}
}
}