GitNexus: Knowledge Graph to Ensure AI Agents Don't Miss Code Dependencies
abhigyanpatwari/GitNexus
About the project
Solves the problem where AI coding tools like Cursor, Claude Code, and Codex miss hidden dependencies when modifying code, causing bugs. GitNexus indexes the entire codebase as a knowledge graph to identify all dependencies, call chains, and execution flows, providing them to AI agents via MCP tools.
Unlike DeepWiki, it goes beyond simple code explanations to analyze actual structural relationships. It helps even small models clearly understand the overall architecture and is accessible through two methods: a locally running CLI and a browser-based Web UI.
It uses Tree-sitter to parse various languages and stores indexes with LadybugDB. In local environments, it guarantees privacy without network connections and efficiently handles large repositories. One-click deployment via Render and other platforms is also supported.
abhigyanpatwari/GitNexus
GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a git repository (Github, Gitlab, Azure, Local) or ZIP file, and get an interactive knowledge graph with a built in Graph RAG Agent. Perfect for code exploration
TypeScript
This introduction was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report errors, attribution issues, or removal requests via Contact.