🌐
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 lets you analyze it — a knowledge graph tracks every relationship, not just descriptions. TL;DR: The CLI + MCP makes your AI agent reliable — it gives Cursor, Claude Code, Antigravity, Codex, and friends a deep architectural view of your codebase so they stop missing dependencies, breaking call chains, and shipping blind edits.
Author   abhigyanpatwari
🌐
ClaudePluginHub
claudepluginhub.com › home › plugins › gitnexus
gitnexus - Claude Code Plugin
May 7, 2026 - GitNexus lets you analyze it — because a knowledge graph tracks every relationship, not just descriptions. TL;DR: The Web UI is a quick way to chat with any repo. The CLI + MCP is how you make your AI agent actually reliable — it gives Cursor, Claude Code, Codex, and friends a deep architectural view of your codebase so they stop missing dependencies, breaking call chains, and shipping blind edits.
People also ask

How does GitNexus improve Claude's coding assistance?
GitNexus builds a structured knowledge graph of your project, creating context files that allow Claude to understand file relationships and project architecture more deeply.
🌐
mcpmarket.com
mcpmarket.com › home › agent skills › gitnexus code intelligence
GitNexus Claude Code Skill | AI Codebase Indexing & Wikis
Can I remove the GitNexus index if it's no longer needed?
Yes, the 'clean' command allows you to delete the .gitnexus directory and unregister the repository from your global registry.
🌐
mcpmarket.com
mcpmarket.com › home › agent skills › gitnexus code intelligence
GitNexus Claude Code Skill | AI Codebase Indexing & Wikis
Do I need to install GitNexus globally to use this skill?
No, all commands are executed via npx, ensuring you can use the tool without a global installation.
🌐
mcpmarket.com
mcpmarket.com › home › agent skills › gitnexus code intelligence
GitNexus Claude Code Skill | AI Codebase Indexing & Wikis
🌐
GitHub
github.com › Qiuner › claude-nexus
GitHub - Qiuner/claude-nexus: An all-in-one enhancement suite for Claude.ai - folder management, timeline navigation, and chat export in one powerful extension. · GitHub
June 7, 2026 - An all-in-one enhancement suite for Claude.ai - folder management, timeline navigation, and chat export in one powerful extension. - Qiuner/claude-nexus
Starred by 325 users
Forked by 5 users
Languages   TypeScript
🌐
GitHub
github.com › abhigyanpatwari › GitNexus › blob › main › CLAUDE.md
GitNexus/CLAUDE.md at main · abhigyanpatwari/GitNexus
GitNexus: .claude/skills/gitnexus/; MCP and indexed-repo rules live only in AGENTS.md (gitnexus:start … gitnexus:end).
Author   abhigyanpatwari
🌐
GitHub
github.com › KroMiose › claude-code-nexus
GitHub - KroMiose/claude-code-nexus: Claude API Proxy platform - Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streaming support, deployed on Cloudflare Worker. · GitHub
Claude Code Nexus 是一个部署在 Cloudflare 上的高性能 AI 代理服务平台。它专为 Claude Code CLI 设计,通过一个兼容层,让你可以将 Claude Code 的请求无缝转发到任何 OpenAI 兼容的 API 服务,例如 ...
Starred by 253 users
Forked by 45 users
Languages   TypeScript 97.4% | HTML 2.6%
🌐
MCP Market
mcpmarket.com › home › agent skills › gitnexus code intelligence
GitNexus Claude Code Skill | AI Codebase Indexing & Wikis
... GitNexus is a specialized CLI integration for Claude Code that transforms repositories into structured knowledge graphs. By analyzing source files and mapping relationships, it provides Claude with deep architectural context through generated ...
Find elsewhere
🌐
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

🌐
Medium
medium.com › @reliabledataengineering › gitnexus-the-tool-that-gives-ai-agents-a-nervous-system-for-code-7c9e7ceb58d6
GitNexus: The Tool That Gives AI Agents a Nervous System for Code | by Reliable Data Engineering | Medium
March 22, 2026 - Read the complete technical deep-dive: https://reliable-data-engineering.netlify.app/posts/article_gitnexus/ Picture this. A developer asks Claude Code to refactor UserService.validate() — rename a parameter, clean up the return type. Simple change. The agent reads the file, makes the edit, runs the tests that exist in the same directory.
🌐
Medium
medium.com › @roanmonteiro › how-to-get-the-most-out-of-claude-code-the-complete-ecosystem-with-obsidian-gitnexus-code-wiki-f0bd1b0bdfbb
How to Get the Most Out of Claude Code: The Complete Ecosystem with Obsidian, GitNexus, Code Wiki, and More | by Roan Brasil Monteiro | Medium
May 10, 2026 - Claude Code, on its own, doesn’t solve this. The ecosystem around it does. This article is about building that ecosystem. I’ll cover Obsidian as an external brain, llm-wiki and Wiki Builder for curated knowledge, GitNexus for code graphs, Google Code Wiki for living documentation, Backstage for cross-repo cataloging, and the hierarchical CLAUDE.md pattern that ties it all together.
🌐
Crossaitools
crossaitools.com › skills › gitnexus-cli
Gitnexus Cli | Claude Code Skills
June 3, 2026 - This gives Claude direct access to GitNexus CLI commands for indexing and analyzing your codebase. You'll mainly use it to run analyze when you first set up a project or after major changes, check status to see if your index is stale, and ...
🌐
GitHub
github.com › MCKRUZ › Nexus
GitHub - MCKRUZ/Nexus · GitHub
Nexus is a secure, local-first intelligence layer that observes, learns, and coordinates across all Claude Code sessions.
Author   MCKRUZ
🌐
GitHub
github.com › abhigyanpatwari › gitnexus › blob › main › gitnexus-claude-plugin › skills › gitnexus-cli › SKILL.md
GitNexus/gitnexus-claude-plugin/skills/gitnexus-cli/SKILL.md at main · abhigyanpatwari/GitNexus
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.
Author   abhigyanpatwari
🌐
npm
npmjs.com › package › @iflow-mcp › abhigyanpatwari-gitnexus
@iflow-mcp/abhigyanpatwari-gitnexus - npm
March 11, 2026 - # Index your repo (run from repo root) npx gitnexus analyze · That's it. This indexes the codebase, installs agent skills, registers Claude Code hooks, and creates AGENTS.md / CLAUDE.md context files — all in one command.
      » npm install @iflow-mcp/abhigyanpatwari-gitnexus
    
Published   Mar 11, 2026
Version   1.3.11
🌐
Nexus
nexusrouter.com › docs › usage › claude-code-integration
Using Nexus with Claude Code
In addition to using Nexus as an LLM proxy, you can also connect Claude Code to Nexus's MCP (Model Context Protocol) server to access all the tools aggregated by Nexus. First, ensure MCP is enabled in your nexus.toml and configure your MCP servers: [mcp] enabled = true path = "/mcp" # Default MCP endpoint # Example: Add GitHub MCP server [mcp.servers.github] url = "https://api.githubcopilot.com/mcp/" auth.token = "{{ env.GITHUB_TOKEN }}" # Example: Add filesystem MCP server [mcp.servers.filesystem] cmd = ["npx", "-y", "@modelcontextprotocol/server-filesystem", "/home/YOUR_USERNAME/Desktop"] # Example: Add a Python MCP server [mcp.servers.python_server] cmd = ["python", "-m", "mcp_server"] env = { PYTHONPATH = "/opt/mcp" } cwd = "/workspace"
🌐
GitHub
github.com › nxpatterns › gitnexus › blob › main › CLAUDE.md
gitnexus/CLAUDE.md at main · nxpatterns/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 GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent.
Author   nxpatterns
🌐
npm
npmjs.com › package › gitnexus
gitnexus - npm
1 month ago - Works with Cursor, Claude Code, Antigravity (Google), Codex, Windsurf, Cline, OpenCode, and any MCP-compatible tool. AI coding tools don't understand your codebase structure. They edit a function without knowing 47 other functions depend on it. GitNexus fixes this by precomputing every dependency, call chain, and relationship into a queryable graph.
      » npm install gitnexus
    
Published   Jul 04, 2026
Version   1.6.9
🌐
GitHub
github.com › acme-architecture › gitnexus
GitHub - acme-architecture/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 GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration · GitHub
GitNexus lets you analyze it — because a knowledge graph tracks every relationship, not just descriptions. TL;DR: The Web UI is a quick way to chat with any repo. The CLI + MCP is how you make your AI agent actually reliable — it gives Cursor, Claude Code, and friends a deep architectural view of your codebase so they stop missing dependencies, breaking call chains, and shipping blind edits.
Author   acme-architecture
🌐
Ilzam
ilzam.dev › notes › gitnexus-codebase-rag-benchmark
GitNexus vs Claude Code's Native Exploration: A Real Benchmark | Ilzam
Run gitnexus analyze and look at the reported process count. An index with 0 processes will still give you the file discovery benefit shown here, but won't support path traversal queries. Claude Code's native exploration is solid for general-purpose investigation.
🌐
GitNexus
abhigyanpatwari-gitnexus.mintlify.app › get started › installation
Installation - GitNexus
June 27, 2026 - gitnexus setup · This detects your installed editors and writes the correct global MCP config. Supported editors: Claude Code: Full support (MCP + skills + hooks) Cursor: MCP + skills · Windsurf: MCP only · OpenCode: MCP + skills See the quickstart guide for manual configuration.