Provides local semantic search across your technical documents and code through MCP tools for ingesting PDFs, DOCX, Markdown, and HTML content. Exposes query_documents, ingest_file, ingest_data, list_files, delete_file, and status operations to Claude and other MCP clients. Uses local embeddings with keyword boosting to catch exact technical terms like function names and error codes that pure semantic search might miss. Runs entirely offline after initial setup with no external API dependencies. Also works as a standalone CLI tool. Good for searching internal documentation, API specs, and codebases where you need both semantic understanding and exact term matching without sending data to third-party services.
claude mcp add --transport stdio shinpr-mcp-local-rag uvx mcp-local-rag