uwuclxdy/claudix
4 stars · Last commit 2026-06-06
Semantic search plugin for Claude Code using LMStudio, Ollama or any OpenAI-compatible API
README preview
<div align="center">     # Claude Index: claudix </div> Copilot's Codebase Index but for Claude Code. Automatically indexes your repo, embeds with the embedding model of choice and provides semantic search through Claude's slash commands, MCP tools, and grep interception. ## What It Does claudix is a Claude Code plugin that gives the agent local semantic search over any repository. A single Rust binary acts as MCP server, hook handler, and CLI. When Claude Code starts, claudix warmly bootstraps the index if missing. When you edit files, chunks are re-embedded automatically. When grep would be less useful than semantic search, the plugin intercepts and uses dense vectors instead. Configuration lives next to `settings.json` with optional per-project overrides. First-class language support includes Python, JavaScript, Java, C, C++, C#, SQL, Rust, TypeScript, and Go. Core design goal: never break the session, always recover gracefully.