๐ŸŒ
GitHub
github.com โ€บ abhigyanpatwari โ€บ GitNexus
GitHub - 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 ยท GitHub
May 10, 2026 - 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 ...
Author ย  abhigyanpatwari
๐ŸŒ
GitHub
github.com โ€บ Eslan90080 โ€บ GitNexus
GitHub - Eslan90080/GitNexus: Manage and streamline Git workflows with GitNexus for efficient collaboration and version control integration. ยท GitHub
Manage and streamline Git workflows with GitNexus for efficient collaboration and version control integration. - Eslan90080/GitNexus
Author ย  Eslan90080
Discussions

Building an opensource Living Context Engine
most of those operations are deterministic right? If thatโ€™s the case, I like where this is going. More on reddit.com
๐ŸŒ r/softwarearchitecture
36
128
February 19, 2026
Meet GitNexus: An Open-Source MCP-Native Knowledge Graph Engine That Gives Claude Code and Cursor Full Codebase Structural Awareness
This is an absolutely gorgeous presentation layer but honestly itโ€™s just Neo4j and tree sitter using native ASTs. Claude, Codex and other frontier (hell even small local models eg Qwen) are totally capable in tracing across massive and disparate codebases using native file search and greps. More on reddit.com
๐ŸŒ r/machinelearningnews
7
21
April 25, 2026
๐ŸŒ
MarkTechPost
marktechpost.com โ€บ home โ€บ editors pick โ€บ agentic ai โ€บ meet gitnexus: an open-source mcp-native knowledge graph engine that gives claude code...
Meet GitNexus: An Open-Source MCP-Native Knowledge Graph Engine That Gives Claude Code and Cursor Full Codebase Structural Awareness - MarkTechPost
April 25, 2026 - An Indian Computer Science student built GitNexus to fix that. The open-source project, now sitting at 28,000+ stars and 3,000+ forks on GitHub with 45 contributors, describes itself as โ€˜the nervous system for agent context.โ€™ That description undersells what it actually does.
๐ŸŒ
GitHub
github.com โ€บ GitNexus
GitNexus - Overview
GitNexus has 3 repositories available. Follow their code on GitHub.
๐ŸŒ
GitHub
github.com โ€บ Nexusoft
Nexus ยท GitHub
Nexus official repository and source code. Nexus has 38 repositories available. Follow their code on GitHub.
๐ŸŒ
GitHub
github.com โ€บ qtremors โ€บ git-nexus
GitHub - qtremors/git-nexus: A self-hosted GitHub companion dashboard for developers. Browse user profiles and bulk-download repositories, track release assets across watched repos, and time-travel through commit history with isolated dev servers powered by Git worktrees. ยท GitHub
A self-hosted GitHub companion dashboard for developers. Browse user profiles and bulk-download repositories, track release assets across watched repos, and time-travel through commit history with isolated dev servers powered by Git worktrees.
Author ย  qtremors
๐ŸŒ
Medium
medium.com โ€บ @rusekd โ€บ setting-up-nexus-and-contributing-to-github-my-devops-learning-curve-a182f18de40d
Setting Up Nexus and Contributing to GitHub: My DevOps Learning Curve | by Damian Rusek | Medium
May 29, 2025 - My goal was to create beginner-friendly instructions that someone else could follow from scratch โ€” even if they had never heard of Nexus before. I wanted to write not just what I did, but why it was important. ... I found myself constantly reopening Docker containers to recheck behaviors I thought I understood. The process exposed gaps in my knowledge that the initial setup had masked. ... My internshipโ€™s GitHub workflow became my next teacher. I: ... git commit -m "Add Nexus Docker installation steps" git commit -m "Include admin password retrieval process"
Find elsewhere
๐ŸŒ
LinkedIn
linkedin.com โ€บ posts โ€บ josesilesdata_gitnexus-is-a-free-open-source-tool-that-activity-7435036787263246336-ikGV
GitNexus is a free, open-source tool that parses any GitHub repo or ZIP file and maps its architecture. It runs entirely locally in your browser: no servers, no subscriptions. Core Features: -โ€ฆ | Josรฉ Siles | 15 comments
GitNexus is a free, open-source tool that parses any GitHub repo or ZIP file and maps its architecture. It runs entirely locally in your browser: no servers, no subscriptions. Core Features: - Visualizes Structure: Maps out every function, class, ...
Published ย  March 4, 2026
๐ŸŒ
GitHub
github.com โ€บ nexi-lab โ€บ nexus
GitHub - nexi-lab/nexus: Nexus, the shared context plane where every agent and human connect, collaborate, and evolve together. ยท GitHub
June 14, 2026 - Nexus, the shared context plane where every agent and human connect, collaborate, and evolve together. - nexi-lab/nexus
Author ย  nexi-lab
๐ŸŒ
SourceForge
sourceforge.net โ€บ projects โ€บ gitnexus.mirror
GitNexus download | SourceForge.net
4 weeks ago - This is an exact mirror of the GitNexus project, hosted at https://github.com/abhigyanpatwari/GitNexus.
๐ŸŒ
GitNexus
abhigyanpatwari-gitnexus.mintlify.app โ€บ get started โ€บ installation
Installation - GitNexus
June 27, 2026 - The .gitnexus/ directory is automatically added to .gitignore. Audit the code yourself: github.com/abhigyanpatwari/GitNexus
๐ŸŒ
Nexusformat
manual.nexusformat.org โ€บ github.html
5.3.6. NeXus Repositories โ€” nexus v2026.01 documentation
NeXus NXDL class definitions (both base classes and application definitions) and the NeXus code library source are held in a pair of git repositories on GitHub.
๐ŸŒ
Reddit
reddit.com โ€บ r/softwarearchitecture โ€บ building an opensource living context engine
r/softwarearchitecture on Reddit: Building an opensource Living Context Engine
February 19, 2026 -

Hi guys, I m working on this free to use opensource project Gitnexus, which I think can enable claude code like tools to reliably audit the architecture of codebases while reducing cost and increasing accuracy and with some other useful features,

I have just published a CLI tool which will index your repo locally and expose it through MCP ( skip the video 30 seconds to see claude code integration ). LOOKING FOR CRITICAL FEEDBACK to improve it further.

repo: https://github.com/abhigyanpatwari/GitNexus (A โญ would help a lot :-) )

Webapp: https://gitnexus.vercel.app/

What it does:
It creates knowledge graph of codebases, make clusters, process maps. Basically skipping the tech jargon, the idea is to make the tools themselves smarter so LLMs can offload a lot of the retrieval reasoning part to the tools, making LLMs much more reliable. I found haiku 4.5 was able to outperform opus 4.5 using its MCP on deep architectural context.

Therefore, it can accurately do auditing, impact detection, trace the call chains and be accurate while saving a lot of tokens especially on monorepos. LLM gets much more reliable since it gets Deep Architectural Insights and AST based relations, making it able to see all upstream / downstream dependencies and what is located where exactly without having to read through files.

Also you can run gitnexus wiki to generate an accurate wiki of your repo covering everything reliably ( highly recommend minimax m2.5 cheap and great for this usecase )

repo wiki of gitnexus made by gitnexus :-) https://gistcdn.githack.com/abhigyantrumio/575c5eaf957e56194d5efe2293e2b7ab/raw/index.html#other

to set it up:
1> npm install -g gitnexus
2> on the root of a repo or wherever the .git is configured run gitnexus analyze
3> add the MCP on whatever coding tool u prefer, right now claude code will use it better since I gitnexus intercepts its native tools and enriches them with relational context so it works better without even using the MCP.

Also try out the skills - will be auto setup on when u run: gitnexus analyze

{

"mcp": {

"gitnexus": {

"command": "npx",

"args": ["-y", "gitnexus@latest", "mcp"]

}

}

}

Everything is client sided both the CLI and webapp ( webapp uses webassembly to run the DB engine, AST parsers etc )

๐ŸŒ
Vercel
gitnexus.vercel.app
GitNexus
We cannot provide a description for this page right now
๐ŸŒ
Reddit
reddit.com โ€บ r/machinelearningnews โ€บ meet gitnexus: an open-source mcp-native knowledge graph engine that gives claude code and cursor full codebase structural awareness
r/machinelearningnews on Reddit: Meet GitNexus: An Open-Source MCP-Native Knowledge Graph Engine That Gives Claude Code and Cursor Full Codebase Structural Awareness
April 25, 2026 -

Meet GitNexus: An Open-Source MCP-Native Knowledge Graph Engine That Gives Claude Code and Cursor Full Codebase Structural Awareness

๐—ง๐—ต๐—ฒ ๐—ฝ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ: AI agents like Claude Code and Cursor edit your code without knowing the dependency structure. A single function change can silently break 47 downstream callers.

๐—ง๐—ต๐—ฒ ๐—ณ๐—ถ๐˜…: GitNexus pre-computes the entire dependency graph at index time using Tree-sitter AST parsing โ€” then exposes it to your AI agent via an MCP server.

Here's what it does:

โ†’ Runs npx gitnexus analyze on your repo

โ†’ Parses every function, class, and interface with Tree-sitter ASTs

โ†’ Builds a knowledge graph of every dependency and call chain

โ†’ Plugs directly into Claude Code, Cursor, Codex, and Windsurf via MCP

โ†’ Answers "what depends on this?" in 1 query instead of 10

๐—ข๐—ป๐—ฒ ๐—ฐ๐—ผ๐—บ๐—บ๐—ฎ๐—ป๐—ฑ ๐˜๐—ผ ๐˜€๐˜๐—ฎ๐—ฟ๐˜:

npx gitnexus analyze

MCP registers automatically. Claude Code hooks install themselves.

13 languages. Zero server. Fully local. Open source.

โ†— Full analysis: https://www.marktechpost.com/2026/04/24/meet-gitnexus-an-open-source-mcp-native-knowledge-graph-engine-that-gives-claude-code-and-cursor-full-codebase-structural-awareness/

โ†— GitHub Repo: https://github.com/abhigyanpatwari/GitNexus

๐ŸŒ
GitHub
github.com โ€บ cnr-isti-vclab โ€บ nexus
GitHub - cnr-isti-vclab/nexus: Nexus is a c++/javascript library for creation and visualization of a batched multiresolution mesh ยท GitHub
Nexus is a c++/javascript library for creation and visualization of a batched multiresolution mesh - cnr-isti-vclab/nexus
Starred by 247 users
Forked by 94 users
Languages ย  C 82.9% | C++ 11.2% | JavaScript 5.2%