Skip to main content
Search & Data ExtractionPython

nkapila6/mcp-local-rag

"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nkapila6/mcp-local-rag

Claude 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.

Details

Category
Search & Data Extraction
Language
Python
Author
nkapila6