MCP Catalogs
HomeOmniClip-RAG screenshot

OmniClip-RAG

by msjsc001·38·Score 45

Local-first RAG desktop app and MCP server for searching private Markdown, PDF and 1290+ document formats.

ai-llmfile-systemproductivity
3
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Semantic search across private knowledge bases without cloud upload
you:Integrating document retrieval with AI models like ChatGPT and Claude
you:Creating a permanent memory system for AI using conversation history
you:What document formats are supported?
you:How does it ensure privacy?

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 README
  • omniclip.status

    Check the status of the knowledge base index

  • omniclip.search

    Search the local knowledge base for relevant content

Comparable tools

semantic-mcpfile-system-mcpvector-store-mcplocal-llm-mcp

Installation

  1. Download OmniClipRAG-MCP-v0.4.8-win64.zip for manual stdio setup or omniclip-rag-mcp-win-x64-v0.4.8.mcpb for MCP Registry path.
  2. For manual setup: Extract the zip and run OmniClipRAG-MCP.exe.
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.