GitNexus is a client-side code intelligence tool that builds an interactive knowledge graph of a repository and runs entirely in your browser.
The tool solves the problem of AI agents missing architectural context when analyzing code. It indexes a codebase into a knowledge graph that tracks dependencies, call chains, clusters, and execution flows, then exposes this graph through MCP tools so that AI agents like Claude Code and Cursor can understand the full structure of a project. The approach works by analyzing code relationships at scale and making that context available both through a web interface for interactive exploration and through CLI commands that integrate with AI coding assistants.
GitNexus suits developers who want their AI coding assistants to have reliable architectural awareness, particularly those using tools like Cursor, Claude Code, or other agents that benefit from deep codebase context. The web UI provides a quick way to explore any repository in the browser without setup, while the CLI with MCP integration is designed for developers who want to embed this knowledge graph into their AI agent workflows. The README positions it as deeper than DeepWiki, tracking every relationship rather than just descriptions, and emphasizes that even smaller models gain full architectural clarity when given access to the graph.
The project receives almost all of its open issues from outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by bug reports, enhancement requests, and language support additions.