Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ad

Ory Lumen is a Claude Code plugin designed to solve performance issues when working with large codebases. The developer built it after observing that Claude Code takes too long re-reading the same files, sometimes fails to find all files, and degrades in quality with large projects.

How It Works

The plugin indexes your codebase using a code embedding model via Ollama (which is free and fast), then tells Claude Code to use Ory Lumen for semantic code search. It uses SQLite-vec for the vector database functionality.

Development Details

The project was built using Claude Code itself and went through several cycles of fixing performance issues and improving retrieval quality. Claude handled design proposals, implementation, and building the benchmarks. Significant time was invested in improving the TreeSitter and AST parser plus the content chunker. Recent updates include support for efficient git worktree indexing.

Ad

Performance and Testing

The developer created a SWE-style benchmark test harness that users can employ to reproduce the results Ory Lumen delivers. In their work, it regularly increases speed versus using vanilla Claude Code, with results that are equal or better in quality.

Availability and Maintenance

The tool is completely free and local-only. The developer is actively maintaining it and encourages users to create issues or submit pull requests.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data
Tools

TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data

TradesMCP is an open source Model Context Protocol server that provides Claude with access to real contractor license data, building permits, material pricing, and labor rates. The tool correctly verified an active California contractor license where ChatGPT returned incorrect information.

OpenClawRadar
Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities
Tools

Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities

Microsoft DebugMCP is a VS Code extension that exposes the full VS Code debugger to AI coding agents via the Model Context Protocol (MCP), enabling them to set breakpoints, step through code, inspect variables, and evaluate expressions.

OpenClawRadar
Claude-kit: Configuration Management System for Claude Code Projects
Tools

Claude-kit: Configuration Management System for Claude Code Projects

Claude-kit is an open-source tool that manages .claude/ directory configurations across multiple projects. It auto-detects tech stacks, generates configs, audits security and quality, and syncs changes without overwriting customizations.

OpenClawRadar
Cloudflare's AI Platform: Unified Inference Layer for AI Agents
Tools

Cloudflare's AI Platform: Unified Inference Layer for AI Agents

Cloudflare's AI Platform provides a single API to access 70+ models across 12+ providers, including multimodal support for image, video, and speech models. It enables switching between models with one-line code changes and offers centralized cost monitoring with custom metadata.

OpenClawRadar