Discover and explore top open-source AI tools and projects—updated daily.
hitmuxAI coding agent context engine for semantic code search
New!
Top 72.6% on SourcePulse
Summary
The Hitmux Context Engine provides semantic code search and context retrieval for AI coding agents, moving beyond traditional text-based grep. It indexes code repositories into vector storage, enabling AI tools like Claude Code, OpenAI Codex CLI, and Cursor to find code based on behavior, symbols, or file roles. This offers developers a more focused and efficient way to interact with codebases through AI, simplifying project configuration and surfacing relevant code context.
How It Works
The engine indexes a given repository into a Milvus-compatible vector database. It then exposes this indexed data via an MCP (Machine Code Protocol) stdio server, allowing various AI coding clients to query the codebase semantically. Queries can be natural language or identifier-heavy, and the system is designed to prioritize implementation files while still surfacing related tests, documentation, configuration files, and exports when beneficial. Project configuration is managed through simple config.conf files, streamlining setup.
Quick Start & Requirements
npm install -g @hitmux/hce@latesthce init to create ~/.hitmux/config.conf and fill in provider details.Highlighted Details
config.conf files, simplifying setup across different projects and environments.Maintenance & Community
This project is based on the core of zilliztech/claude-context. No specific community channels (like Discord/Slack) or details on active maintainers/sponsorships are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The system requires the setup and configuration of a separate vector database (Milvus or Zilliz Cloud), which adds an operational overhead. While it supports numerous MCP clients, detailed setup for each might require consulting the linked documentation.
1 day ago
Inactive