code-context:AI Agent に code を crawl させず、まず検索させる
infino-ai/code-context は TypeScript 製の local code retrieval layer。BM25、semantic search、SQL aggregation、CLI、MCP server を repo-local index 上にまとめ、coding agent の file reading と token 消費を減らす。
全 5 篇の記事
infino-ai/code-context は TypeScript 製の local code retrieval layer。BM25、semantic search、SQL aggregation、CLI、MCP server を repo-local index 上にまとめ、coding agent の file reading と token 消費を減らす。
Helweg/open-codebase-index は TypeScript + Rust の local codebase indexing tool。OpenCode、Codex、Claude Code、Pi、Jcode、MCP clients に semantic search、BM25、symbol lookup、call graph、branch-aware incremental indexing を提供する。
sverklo/sverklo は TypeScript 製の local-first MCP server。Claude Code、Cursor、Windsurf、Codex CLI などの coding agent に symbol graph、callers、blast radius、diff review、git-pinned decisions を渡す。
Perseus-Computing-LLC/perseus-vault は Rust 製の local-first MCP server。単一 binary と SQLite file で、AI Agent に検索可能で監査しやすい永続メモリを提供する。
ezzy1630/Argyph は Rust 製の local-first MCP server。grep、symbol graph、semantic search、repo packing を read-only な単一 binary にまとめ、AI coding agent が code context を取りやすくする。