Skip to main content
Knowledge & MemoryTypeScript

shinpr/mcp-local-rag

Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "shinpr-mcp-local-rag": {
      "command": "npx",
      "args": [
        "-y",
        "shinpr/mcp-local-rag"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
shinpr