OmniClip-RAG
by msjsc001·★ 38·Score 45
Local-first RAG desktop app and MCP server for searching private Markdown, PDF and 1290+ document formats.
Overview
OmniClip-RAG is a local-first RAG desktop application that now includes an official MCP server for searching private documents. It supports Markdown, PDF and 1290+ document formats through Tika integration. The app provides semantic search capabilities with hot-reloading functionality, allowing newly written notes to automatically enter the RAG vault. It operates locally without uploading data, ensuring privacy and avoiding vendor lock-in.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need a local, privacy-first solution for AI to query your personal documentation without uploading sensitive data to third-party services.
When NOT to choose this
Not suitable if you need cross-platform support, write capabilities to your knowledge base, or require integration with cloud-based document repositories.
Tools this server exposes
2 tools extracted from the READMEomniclip.statusCheck the status of the knowledge base index
omniclip.searchSearch the local knowledge base for relevant content
Comparable tools
Installation
- Download
OmniClipRAG-MCP-v0.4.8-win64.zipfor manualstdiosetup oromniclip-rag-mcp-win-x64-v0.4.8.mcpbfor MCP Registry path. - For manual setup: Extract the zip and run
OmniClipRAG-MCP.exe. - Configure your MCP client to point to the executable.
Claude Desktop configuration:
{
"mcpServers": {
"omniclip-rag": {
"command": "path/to/OmniClipRAG-MCP.exe",
"args": []
}
}
}FAQ
- What document formats are supported?
- OmniClip-RAG supports Markdown, PDF and 1290+ other formats through Tika integration, with clear risk tiers for compatibility.
- How does it ensure privacy?
- All processing happens locally with no cloud upload. AI models can only access the specific snippets you manually share.
Compare OmniClip-RAG with
Last updated · Auto-generated from public README + GitHub signals.