GitNexus
ActiveDescription
The Zero-Server Code Intelligence Engine — a client-side knowledge graph creator running entirely in your browser with a built-in Graph RAG Agent for code exploration.
Key Features
- Code Knowledge Graph — Index codebases into knowledge graphs tracking dependencies, call chains, and execution flows
- MCP Smart Tools — Provide deep code architecture views to AI agents via MCP protocol
- CLI + Web UI — CLI for local indexing and MCP server, Web UI for visual graph exploration
- Graph RAG Agent — Built-in graph RAG agent for precise code-structure-based Q&A
- Multi-editor Support — Claude Code, Cursor, Antigravity, Codex, Windsurf fully compatible
- Zero-server Operation — Runs entirely in browser locally, data never leaves user device
Use Cases
Tags
Categories
Quick Start
# Index the current repository
npx gitnexus analyze
# One-time MCP setup
npx gitnexus setup
# Start Web UI server
gitnexus serve
# Install globally via npm
npm install -g gitnexus
gitnexus analyze