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

What it solves

GitNexus provides AI coding agents with a deep architectural understanding of a codebase. It prevents common AI errors, such as breaking dependencies or missing call chains, by replacing raw graph RAG with precomputed relational intelligence, ensuring agents have full structural clarity even if they are smaller models.

How it works

GitNexus indexes a codebase into a knowledge graph that tracks every dependency, call chain, and execution flow. It then exposes this graph through a Model Context Protocol (MCP) server, providing agents with 17 specialized tools (e.g., impact for blast radius analysis, trace for call paths) and custom agent skills. It also includes a Web UI for visual exploration and a CLI for local indexing.

Who it’s for

Developers using AI-powered editors and agents like Cursor, Claude Code, Codex, Windsurf, and Antigravity who want to make their AI assistants more reliable and architecturally aware.

Highlights

  • Precomputed Relational Intelligence: Unlike traditional Graph RAG, it precomputes structure at index time to provide complete context in a single tool call.
  • MCP Integration: Offers 17 tools for tasks like blast radius analysis, API route mapping, and coordinated renames.
  • Deep Editor Integration: Supports hooks for Claude Code and Codex to enrich searches and prompt for re-indexing after commits.
  • Knowledge Graph: Indexes dependencies, clusters, and execution flows using Tree-sitter for parsing.
  • Multi-modal Access: Available as a CLI for local development, an MCP server for agents, and a Web UI for browser-based analysis.

Related

  • Project
  • Project
  • Project
  • Project
  • Project