
Gitnexus Marketplace
- 44.7k repo stars
- Updated July 27, 2026
- abhigyanpatwari/GitNexus
GitNexus is a code-intelligence tool that indexes any codebase into a knowledge graph and exposes it via MCP so AI agents get deep architectural context.
About
GitNexus indexes any codebase into a knowledge graph of dependencies, call chains, clusters, and execution flows, then exposes it through MCP tools so AI coding agents get a deep architectural view. Developers run `npx gitnexus analyze` and `npx gitnexus setup` to index a repo and wire the graph into agents like Claude Code, Cursor, Antigravity, and Codex so they stop missing dependencies, breaking call chains, and shipping blind edits. A browser-based Web UI also lets you chat with any repo. It is distributed on npm as `gitnexus` under a PolyForm Noncommercial license.
- Indexes a codebase into a knowledge graph of dependencies, call chains, and flows
- Exposes the graph through MCP tools for Claude Code, Cursor, Antigravity, and Codex
- `npx gitnexus analyze` indexes; `npx gitnexus setup` writes the MCP config
- Includes a browser Web UI to chat with any repo
Gitnexus Marketplace by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add abhigyanpatwari/GitNexusAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 44.7k |
|---|---|
| Last updated | July 27, 2026 |
| Repository | abhigyanpatwari/GitNexus ↗ |
Why do my AI agents miss dependencies, break call chains, and ship blind edits on larger codebases?
Index any codebase into a knowledge graph and expose it through MCP tools so AI agents get a deep architectural view and stop missing dependencies.
Who is it for?
Developers whose coding agents miss dependencies or break call chains and who want the agent to have a graph-backed architectural view of the repo.
Skip if: Commercial use restricted by the PolyForm Noncommercial license, and quick one-off edits where full repo indexing is overkill.
What you get
The agent gets a knowledge graph of the codebase through MCP tools and full architectural clarity, even smaller models.
- A knowledge graph of the codebase exposed via MCP tools
- AGENTS.md / CLAUDE.md context files and registered agent skills
gitnexus-marketplace capabilities & compatibility
Free for noncommercial use (PolyForm Noncommercial license); runs locally via npx, no API key stated.
- Capabilities
- knowledge graph · code intelligence · graph rag · code search · dependency analysis
- Works with
- github · gitlab · azure
- Use cases
- research · refactoring
- Runs
- Runs locally
- Pricing
- Free
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I set up GitNexus?
Run `npx gitnexus analyze` to index the repo, then `npx gitnexus setup` to write the MCP config so your agent can use the graph.
Which agents does it support?
It gives Cursor, Claude Code, Antigravity, Codex, and similar agents a deep architectural view; setup auto-detects them.
Is there a UI?
Yes. A browser-based Web UI lets you chat with any repo, and you can drop in a Git repo or ZIP file.