hitmux/hitmux-context-engine
Semantic code search and context engine for AI coding agents.
What it solves
It provides AI agents with a way to find relevant information across local directories that goes beyond simple text searching (grep). It allows agents to perform semantic searches for code, documentation, notes, and configuration files to better understand the context of a project.
How it works
The engine indexes a local directory into a Milvus-compatible vector storage system (such as Local Milvus or Zilliz Cloud). It then exposes these indexes to MCP (Model Context Protocol) clients—like Claude Code, Cursor, and Windsurf—via a server. This allows the AI to use natural-language queries, filenames, or identifiers to retrieve the most relevant snippets of context from the indexed data.
Who it’s for
Developers using MCP-compatible AI coding assistants and agents who need their tools to have a deeper, semantic understanding of their local codebase and project documentation.
Highlights
- Semantic Search: Supports natural-language queries instead of just keyword matching.
- MCP Integration: Works with a wide range of clients including Claude Code, OpenAI Codex CLI, Cursor, and Windsurf.
- Flexible Storage: Compatible with Local Milvus and Zilliz Cloud.
- Scoped Search: Ability to narrow searches specifically to code-only or docs-only context.
- Simplified Config: Uses
.conffiles for project configuration rather than complex per-client environment variables.
Related
- Project
- Project
- Project
- Project
- Project