SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
A local, SQLite-backed code index for Claude Code, exposed over MCP. It replaces blind / / exploration with targeted retrieval — "where is defined", "what calls ", "find the rate-limiting code" — answered in milliseconds against an offline index. No API keys. No external services. The embedder runs locally on your machine. 1. Parse your repo with tree-sitter (Python, TypeScript/JavaScript, Go,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A local, SQLite-backed code index for Claude Code, exposed over MCP. It replaces blind / / exploration with targeted retrieval — "where is defined", "what calls ", "find the rate-limiting code" — answered in milliseconds against an offline index. No API keys. No external services. The embedder runs locally on your machine. 1. Parse your repo with tree-sitter (Python, TypeScript/JavaScript, Go, Rust). 2. Chunk code per symbol and expand identifiers ( → ) so search matches both styles. 3. Embed…