Skip to content

v0.1.0

Latest

Choose a tag to compare

@ashishmishra26 ashishmishra26 released this 13 Jul 10:27

First release of code-context: local code search for AI coding agents.

A CLI (cx) and an MCP server over a ranked index that lives in plain files inside your repo. Keyword search is live in seconds; semantic and hybrid ranking backfill in the background with a local embedding model (no accounts, no keys, no server). SQL over the index composes ranked search with aggregation, so whole-repo questions are one query.

Install:

npm install -g @infino-ai/code-context
cx install && cx index

Or straight into Claude Code:

claude mcp add code-context -- npx -y @infino-ai/code-context mcp