Tools & Experiments

GitNexus

An open-source knowledge graph engine that gives AI coding assistants proper structural understanding of entire codebases.

We’ve all watched Claude or Cursor confidently edit code they don’t actually understand. They see the immediate context but miss how functions connect across files, where dependencies flow, or what happens when you change a core interface.

GitNexus tackles this by building a proper knowledge graph of your entire codebase. It maps relationships between functions, classes, imports, and dependencies, then feeds this structural understanding to AI assistants through the Model Context Protocol (MCP).

The tool has quietly hit 19,000 GitHub stars because it solves a real problem. Instead of AI agents making educated guesses based on nearby lines, they get the full picture of how code actually works together.

It’s particularly useful for large codebases where understanding ripple effects matters. When an AI assistant suggests changing a function signature, GitNexus helps it understand every place that change will break. That’s the difference between helpful automation and creating more work.

No interactive tool for this one yet. Browse all tools for more.