The core idea doesn't seem new after the hype of a few similar tools.
I wanted to have a solution for a smart search between repositories, contract recognition (across repositories/business flows), where they're broken, and where a bug sits in multi-step user interaction, considering the product is built in different languages, which are in different repositories. It evolved into the daemon that indexes the code and, paired with a coding agent via MCP protocol (in a mono-repo or multi-repository mode), provides real-time code indexing and many MCP tools (47 at the moment) for cases like getting exact function code (instead of reading whole file), query code structure, trace call chains across repos, detect dead code, semantic search across the code.
VS Code (10.7K files) indexed in ~1 minute, Linux kernel (70K files) in ~3 minutes
Licensed under PolyForm Small Business — free for personal use, open source projects, small businesses, education, and healthcare.
I knew a few similar projects were launched in the middle of Gortex's development, but after recent testing, I found it worth sharing the project with others and listening to their feedback.