knowledge & memory

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.

typescript
local
knowledge & memory
0
View on GitHub

Installation

npx -y shinpr/mcp-local-rag

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/shinpr/mcp-local-rag

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub