Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Semantic code search and context engine for AI coding agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 399 |
| 2026-08-03 | 399 |
| 2026-08-12 | 401 |
| 2026-08-18 | 403 |
| 2026-08-20 | 404 |
| 2026-08-31 | 405 |
| 2026-09-01 | 406 |
| 2026-09-05 | 406 |
| 2026-09-17 | 404 |
| 2026-09-18 | 403 |
| 2026-09-20 | 403 |
Today
— stars today
This week
-3 stars this week
This month
-1 stars this month
Momentum
0.0
growth rate 0.00%/day
# Hitmux Context Engine Language: English | [中文](README.zh-CN.md) | [Español](README.es.md) | [Français](README.fr.md) | [Deutsch](README.de.md) | [日本語](README.ja.md) | [한국어](README.ko.md) Semantic context search for MCP clients. Hitmux Context Engine indexes a local directory into Milvus-compatible vector storage, then gives Claude Code, OpenAI Codex CLI, OpenCode, Cursor, Windsurf, and other MCP clients focused tools for finding relevant code, docs, notes, config, and other indexed context. [](https://nodejs.org/) [](https://www.npmjs.com/package/@hitmux/hitmux-context-engine-core) [](https://www.npmjs.com/package/@hitmux/hitmux-context-engine-mcp) [](LICENSE) Use it when an AI agent needs more than text grep: - Search indexed context with natural-language, filename, heading, or identifier-heavy queries. - Search all indexed content by default, or narrow to docs-only or code-only context. - Keep project configuration in simple `config.conf` files instead of per-client environment setup. Typical first-use workflow: ```text hce index . Check the indexing status Find the handler that validates MCP tool arguments ``` ## Quick Start Create or complete the runtime config: ```bash npm install -g @hitmux/hce@latest hce init ``` Then edit `~/.hitmux-context-engine/config.conf` and fill in the provider key. Check local config and connectivity: ```bash hce doctor ``` For Claude Code, add the MCP server: ```bash claude mcp add hitmux-context-engine -- hce ``` For OpenAI Codex CLI, add the MCP server: ```bash codex mcp add hitmux-context-engine -- hce ``` The `@hitmux/hce` CLI package and the original MCP package `@hitmux/hitmux-context-engine-mcp` start the same server. Database note: Use Local Milvus with `milvusAddress = localhost:19530`. For self-hosted remote Milvus, replace it with the reachable host and port, and add `milvusToken` only if authentication is required. For a free Zilliz Cloud database, sign up at https://cloud.zilliz.com/signup, then use the cloud public endpoint and add `milvusToken` with your Personal Key. Other database backends are not selectable from `config.conf`. For a new repository, create the first index from the repository root before relying on MCP search: ```bash hce index . ``` Then open your MCP client in the repository and ask: ```text Check the indexing status Find functions that handle user authentication ``` You can also check status from a shell: ```bash hce status . ``` ## CLI Usage `hce` with no arguments starts the MCP stdio server for clients. Use arguments when running it directly from a shell: | Task | Command | | --- | --- | | Show help or version | `hce --help`, `hce --version` | | Create or complete global config | `hce init` | | Show global and project config paths | `hce config path` | | Check config and connectivity | `hce doctor`, `hce doctor --no-connectivity` | | Index the current directory | `hce index .` | | Show index status | `hce status .`, `hce status . --refresh` | | Search indexed context from shell | `hce search "query" . --limit 5 --scope all` | | Manage indexes and collections | `hce list`, `hce list <name-or-path>`, `hce clear <path>`, `hce repair <path>`, `hce rm <name-or-path>`, `hce index --force <path>` | More client examples, including Cursor, Windsurf, Claude Desktop, Gemini CLI, Qwen Code, VS Code MCP, Cline, and Roo Code, are in [docs/quick-start.md](docs/quick-start.md). For a local source checkout, run `./scripts/install-local-global.sh` to build the workspace and install a user-level `hitmux-context-engine-mcp` command from the current checkout. Run th
Excerpt of 6,565 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1ae920370a794e98, llm:Description: 'Semantic code search and context engine for AI coding agents.' Language: TypeScript. Purpose: provides semantic code search and context for coding agents.
matched fp:1ae920370a794e98, llm:Description: 'Semantic code search and context engine for AI coding agents.' Language: TypeScript. Purpose: provides semantic code search and context for coding agents.
matched fp:1ae920370a794e98, llm:Description: 'Semantic code search and context engine for AI coding agents.' Language: TypeScript. Purpose: provides semantic code search and context for coding agents.