A 100% local semantic code search tool featuring hybrid search (vector + BM25), AST-aware chunking, and native MCP integration for AI coding assistants.
<img width="1024" height="434" alt="image" src="https://github.com/user-attachments/assets/ca9fdded-ad76-4906-80e8-45060547749e" />      **Local semantic code search for AI coding assistants.** > **Release status:** `0.9.0` beta. The project is well-tested and actively used, but broader real-world usage may surface edge cases we have not encountered yet. AGENT Context Local is an MCP server that gives your AI coding assistant semantic understanding of your codebase. It parses code into functions and classes using tree-sitter, then combines keyword matching with vector similarity so you can search by meaning — *"where do we validate auth tokens?"* — instead of relying on grep or burning context window limits on file-by-file exploration. Everything runs completely on your local machine. No API keys, no telemetry, no cloud dependencies. Source: [tlines2016/agent-context-code](https://github.com/tlines2016/agent-context-code) ## Key Features - **Hybrid search** — Keyword matching and vector similarity combined for results that are both precise and semantically relevant. - **AST-aware chunking** — Tree-sitter parses your code into functions, classes, and methods. No arbitrary line splits, no broken context. - **100% local** — Embeddings generated on-device, embedded vector database, zero API calls, zero uploads. Works perfectly in air-gapped, compliance-restricted, and proprietary IP environments. - **Incremental indexing** — Content-hash tracking ensures only modified files get re-indexed. Re-indexing after a small change takes seconds. - **Graph-enriched results** — Search results include structural context like class hierar
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.