code-context
Local code search for AI coding agents: a CLI and MCP server with hybrid keyword + semantic search and SQL relevance-ranked aggregation over an index in plain files. No accounts, no keys, no server.
面向 AI 编码智能体的本地代码搜索:CLI 与 MCP 服务器,支持关键词 + 语义混合检索,并基于纯文件索引进行 SQL 相关性排序聚合。无需账号、密钥或服务器。
How to install
npx -y @infino-ai/code-context git clone https://github.com/infino-ai/code-context ~/.claude/skills/code-context About
**code-context** is the retrieval layer under your coding agent: one local index over the whole repo (keyword, semantic, hybrid, and SQL), reached through an MCP server and a CLI, with the index living in plain files inside your repo. Your agent answers questions about the codebase without reading it file by file. The rule of thumb: the more a question spans the repo, the more this saves, because the answer comes from a ranked index instead of pulling source into context one file at a time. **On your own codebase, ~30-40% fewer tokens and ~50% fewer tool calls** (so answers land faster too - a…
Recommendation signals
Meta
- License
- Apache-2.0
- Language
- TypeScript
- GitHub stars
- 31
- mo. downloads
- 737
- Last push
- 2026-09-24
- Created
- 2026-07-10
Basic safety check
- Findings
- None
- Sources
- curated:punkpeye/awesome-mcp-servers
- Topics
- bm25, claude-code, code-search, codebase-context, coding-agents, cursor, hybrid-search, local-first, mcp, model-context-protocol, semantic-search, tree-sitter
Related plugins
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
firecrawl-mcp-server
firecrawl/firecrawl-mcp-server
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
dsh-mnemon
omdsh-dev/dsh-mnemon
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
get-shit-done
gsd-build/get-shit-done
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.