nkapila6/mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.
Quick Start
Clone the repository:
git clone https://github.com/nkapila6/mcp-local-ragClaude Desktop configuration example:
{
"mcpServers": {
"nkapila6-mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"nkapila6/mcp-local-rag"
]
}
}
}Check the repository README for specific installation and configuration instructions.