CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
msjsc001 avatar

OmniClip RAG

msjsc001/omniclip-rag
37STDIOregistry active
Summary

A Windows-only MCP server that hooks Claude directly into your local Markdown vault without uploading anything. It exposes two tools: omniclip.status to verify the index is live, and omniclip.search for semantic retrieval across your notes, PDFs, and 1,290 other formats via Tika. Built on top of the standalone OmniClip RAG app, which uses BAAI/bge-m3 embeddings and hot-reloads new files automatically. The MCP layer is read-only by design, so Claude can pull context but never write back. If you keep a large personal knowledge base in Obsidian or Logseq and want Claude to search it during conversations, this bridges the gap without Docker or cloud sync.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Caelune — Private knowledge. Local retrieval.

Caelune

A local-first Windows desktop app and read-only MCP server for searching private Markdown, PDF, and Tika-backed knowledge bases.

Latest Release Windows Local-first MCP Registry Downloads License

Download Windows app · 中文说明 · Website · User Wiki · MCP Setup

What Caelune does

Caelune builds searchable indexes from knowledge you already keep on your own computer. It combines exact-text retrieval, structural signals, semantic vector search, optional reranking, and source-aware context assembly.

The desktop app manages data roots, Runtime components, models, knowledge-base builds, live watch, queries, and result review. The optional MCP server exposes the same retrieval core to MCP-capable AI clients through two read-only tools.

Caelune searches private local documents, ranks source-linked results for direct review, and can optionally provide selected evidence to AI
Search local Markdown, PDF, and other documents, review source-linked results directly, or provide selected evidence to AI.

Choose your path

I want to…Start here
Install the Windows app and build my first indexGetting Started
Understand Runtime, models, CPU, CUDA, or resource messagesRuntime and Models
Keep indexes current after editing notesKnowledge Bases and Live Watch
Connect an AI client through MCPMCP Integration
Diagnose a problem safelyTroubleshooting

Interface preview

The Query Console keeps input, scope, retrieval settings, and live query state together. Results and Details uses a separate page for source-labelled hits, snippet review, full-context selection, and page filtering.

Caelune Query Console
Query Console · click the image to open it at full size

Caelune Results and Details
Results and Details · click the image to open it at full size

Download

Open the latest release and choose the package that matches your use case:

Package labelUse it for
WIN-EXENormal Windows desktop use: configure, build, watch, search, and review results
MCP-...-win64.zipManual stdio setup for an MCP client
.mcpbMCP Registry or MCPB-aware clients

The MCP package does not build or modify knowledge bases. Build the index with the Windows desktop app first.

Highlights

  • Local-first storage — indexes, configuration, models, logs, and Runtime payloads stay under the active local data root.
  • Markdown and Logseq awareness — understands Markdown content plus common Logseq properties, block references, and embeds.
  • Hybrid retrieval — combines SQLite FTS5, structure-aware scoring, LanceDB vector search, BAAI/bge-m3, and optional BAAI/bge-reranker-v2-m3.
  • PDF and Tika extensions — maintains separate extension indexes and returns unified results with explicit source labels. The Tika catalog exposes 1,290 format entries; real compatibility still depends on the source file and parser.
  • Event-driven live watch — reacts to real file changes, waits for the configurable quiet period, and performs incremental updates in disposable worker processes.
  • Visible query stages — preparing, lexical recall, semantic recall, fusion, reranking, finalization, and context packing remain visible in the Query Console.
  • Resource-aware execution — Auto mode prefers a usable NVIDIA CUDA path and falls back safely when Windows Commit, physical memory, or GPU memory is insufficient.
  • Read-only MCP access — MCP clients can inspect readiness and search, but cannot build indexes, delete data, or change configuration.

Privacy boundary

Caelune is local-first, not a promise that every possible workflow is permanently offline.

  • Source files are read for indexing; normal build and source-removal operations do not delete or rewrite the original notes or documents.
  • Network access is needed only for user-initiated downloads such as Runtime components, models, Java, or Tika.
  • Retrieved text leaves the app only when you copy it, export it, or explicitly let an MCP client request it.
  • Third-party AI clients and anything you paste into them remain subject to their own privacy policies.

Keep backups of important source material and review retrieved context before using it in high-stakes work.

Quick start

  1. Download the release asset whose name contains WIN-EXE.
  2. Extract the archive and launch Caelune.exe.
  3. Wait for the automatic Runtime detection to finish.
  4. Choose the local data root and add one or more Markdown knowledge-base directories.
  5. Install or repair the CPU/CUDA Runtime and local models from the Runtime page when prompted.
  6. Run a full build once.
  7. Search from the Query Console. Enable live watch if you want later edits to enter the index automatically.

Detailed instructions: Getting Started.

Practical requirements

  • 64-bit Windows
  • Enough disk space for the application, external Runtime, local models, and indexes
  • Internet access for the initial Runtime/model downloads unless the payloads are installed manually
  • CPU execution is supported; a compatible NVIDIA GPU and driver are optional
  • Windows automatic paging-file management is recommended for large knowledge bases and local AI models

The Runtime and models are external sidecars so healthy components can be reused across application versions. See Runtime and Models.

Retrieval flow

flowchart LR
    A["Markdown / PDF / Tika sources"] --> B["Local parsing and indexes"]
    B --> C["FTS5 lexical recall"]
    B --> D["LanceDB semantic recall"]
    C --> E["Fusion and filters"]
    D --> E
    E --> F["Optional reranking"]
    F --> G["Results and context pack"]
    G --> H["Clipboard or read-only MCP"]

MCP in one minute

  1. Build at least one knowledge base with the desktop app.
  2. Download the MCP ZIP for manual stdio configuration, or use the Registry/MCPB package.
  3. Point a compatible client at Caelune-MCP.exe.
  4. Let the client call:
    • omniclip.status to inspect readiness and active retrieval mode
    • omniclip.search to retrieve source-labelled results

Some clients do not accept local stdio servers directly and may require a local proxy. See the MCP Integration Wiki and MCP_SETUP.md.

Documentation

User guides

TopicGuide
Installation and first buildGetting Started
Runtime, models, CPU, and CUDARuntime and Models
Knowledge bases and live watchKnowledge Bases and Live Watch
Query stages and resource messagesSearch and Resources
PDF and Tika sourcesPDF and Tika
MCP clients and toolsMCP Integration
Common problemsTroubleshooting

Project references

  • Architecture
  • Runtime setup reference
  • MCP setup reference
  • Changelog
  • Third-party notices
  • Release history

Development

# Desktop GUI
.\scripts\run_gui.ps1

# CLI status and query
.\scripts\run.ps1 status
.\scripts\run.ps1 query "your question"

# Build Windows packages
.\scripts\build_exe.ps1

# MCP self-check from source
python launcher_mcp.py --mcp-selfcheck

Developer orientation and architecture links live in Development and Architecture.

License and third-party software

Caelune is released under the MIT License. It relies on open-source projects including PySide6, SQLite, LanceDB, Apache Arrow, PyTorch, sentence-transformers, Transformers, BGE models, PyPDF, Apache Tika, Eclipse Temurin, watchdog, PyInstaller, and the Model Context Protocol SDK.

See THIRD_PARTY_NOTICES.md for the repository-level legal and distribution notices.

Caelune and its retrieval results are provided without warranty. Verify important results, maintain backups, and do not use retrieved context or downstream AI output as the sole basis for medical, legal, financial, safety-critical, or other high-stakes decisions.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM ToolsDocuments & KnowledgeSearch & Web Crawling
Registryactive
Packagehttps://github.com/msjsc001/OmniClip-RAG/releases/download/v0.4.8/omniclip-rag-mcp-win-x64-v0.4.8.mcpb
TransportSTDIO
UpdatedApr 20, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
mythos-agent avatar
Mythos Agent

mythos-agent/mythos-agent

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.
31
houtini-ai avatar
Gemini

io.github.houtini-ai/gemini

Model Context Protocol server for Google Gemini AI with chat, research, and grounding
25
theagenttimes avatar
Agent News by The Agent Times

theagenttimes/agent-news

Verified, sourced, real-time intelligence layer for AI agents.
25
alphaonedev avatar
Ai Memory

io.github.alphaonedev/ai-memory

Persistent memory for any AI — zero token cost until recall
24
igorganapolsky avatar
MCP Memory Gateway

igorganapolsky/mcp-memory-gateway

Pre-action gates that block AI agents from repeating known mistakes.
23
igmarin avatar
Rails Agent Skills

io.github.igmarin/rails-agent-skills-mcp

Rails development skills, docs, and workflows exposed through MCP stdio.
19