EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. GitNexus
    GitNexus icon

    GitNexus

    Code Intelligence
    Featured

    GitNexus indexes any codebase into a knowledge graph of every dependency, call chain, cluster, and execution flow, so AI agents never miss code.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Open source edition for individual developers. Free forever.

    GitNexus Enterprise: $29/mo
    Self-Hosted: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code IntelligenceMCP ServersAI Coding Assistants

    Alternatives

    GortexCodeGraphSlnmap
    Developer
    Akon LabsSan Francisco, CAEst. 2026

    Listed Aug 2026

    About GitNexus

    GitNexus, built by Akon Labs (YC S26), is an open-source code intelligence engine that transforms any codebase into a deterministic knowledge graph, then exposes it to AI agents through MCP tools. It is available as a free CLI/npm package, a no-install browser Web UI, and a managed Enterprise SaaS or self-hosted deployment.

    What It Is

    GitNexus sits between your source code and your AI coding agent. Instead of letting agents grep through files and guess at structure, GitNexus parses every file with Tree-sitter, resolves imports, call chains, field types, and return types across the entire codebase, and stores the result as a precomputed knowledge graph. Agents then query that graph through 17 MCP tools — getting exact callers, execution flows, and blast-radius analysis in a single compact response rather than burning tokens on repeated file exploration.

    How the Indexing Pipeline Works

    GitNexus builds its graph through a six-phase pipeline:

    • Structure — walks the file tree and maps folder/file relationships
    • Parsing — extracts functions, classes, methods, and interfaces using Tree-sitter ASTs across 17 languages (TypeScript, JavaScript, Python, Java, Kotlin, C#, Go, Rust, PHP, Ruby, Swift, C, C++, Dart, and more)
    • Resolution — resolves imports, call chains, heritage, and constructor inference deterministically across files; user.address.getCity().save() resolves at every hop with zero embedding guesswork
    • Clustering — Leiden community detection groups symbols into functional clusters (auth-core, billing, ingestion) scored by cohesion and modularity
    • Processes — traces execution flows from entry points through call chains
    • Search — builds hybrid BM25 + semantic + RRF indexes for fast retrieval

    The graph is built once and reused forever. Auto-reindexing on commit keeps it current.

    Agent Integration and MCP Tools

    GitNexus exposes 17 MCP tools including query, context, impact, trace, detect_changes, rename, cypher, route_map, api_impact, and pdg_query. The impact tool returns blast-radius analysis grouped by depth with confidence scores; detect_changes maps a git diff to affected execution flows before a commit ships. Setup is a single command — npx gitnexus analyze indexes the repo, and npx gitnexus setup writes the MCP config for all detected editors automatically.

    Supported editors include Claude Code, Cursor, Codex, Windsurf, Antigravity (Google), OpenCode, CodeBuddy (Tencent), and Qoder (Alibaba). Claude Code and Codex receive the deepest integration: MCP tools, agent skills, PreToolUse hooks that enrich searches with graph context, and PostToolUse hooks that detect a stale index after commits.

    Benchmark Results

    According to Akon Labs' published benchmark on DeepSWE (113 tasks, 89 projects), agents using GitNexus solved 68.4% of issues compared to 37.0% with no graph — a +31.4 point improvement. The vendor reports this was achieved on fewer tokens (−5.3% output tokens) and fewer steps (−10.6%). On the hardest 58 tasks, the solve rate was 55.9% versus 15.9% for the bare model. The vendor also reports a cost of $0.88 per solved task against $1.79 for the bare model.

    Deployment Model

    GitNexus runs in three modes:

    • CLI + MCP — installs via npm (npm install -g gitnexus), indexes locally, serves all repos through one MCP server; everything stays on-machine with no network calls
    • Web UI — runs entirely in the browser via WebAssembly at gitnexus.vercel.app; no install, no server, code never leaves the machine
    • Docker — two signed images (CLI/server + Web UI) published to GHCR and Docker Hub, deployable via docker compose up -d; also one-click deployable to Render

    Enterprise adds managed SaaS, self-hosted VPC deployment, and air-gapped operation with zero external calls, SSO, access controls, automated PR review with blast-radius analysis, auto-reindexing, and multi-repo unified graphs.

    Update: v1.6.10

    The latest release is v1.6.10, published on 2026-08-27, according to the GitHub repository. The project has been actively developed since its creation in August 2025, accumulating over 45,000 GitHub stars and 5,000 forks. The vendor reports 60,000+ weekly npm downloads. Recent completed roadmap items include constructor-inferred type resolution, wiki generation, multi-file rename, git-diff impact analysis, process-grouped search, Claude Code hooks, multi-repo MCP, zero-config setup, and hybrid search with vector indexing. Active development targets LLM cluster enrichment, AST decorator detection, and incremental indexing.

    GitNexus - 1

    Community Discussions

    Be the first to start a conversation about GitNexus

    Share your experience with GitNexus, ask questions, or help others learn from your insights.

    Pricing

    FREE

    GitNexus OSS

    Open source edition for individual developers. Free forever.

    • Knowledge graph for any repo in one command
    • 7 MCP tools: query, context, impact & more
    • Claude Code, Cursor, Codex, Windsurf integrations
    • Blast radius & git-diff impact analysis
    • Hybrid search: BM25 + semantic + RRF
    FREE

    Nexus Agent

    Private beta coding agent with higher performance and fewer tokens. No payment required.

    • 1.85× DeepSWE solve rate vs the same bare model
    • Fewer tokens and agent steps
    • GitNexus built into the agent loop
    • Terminal-first Nexus CLI workflow
    • Web and terminal agent sessions

    GitNexus Enterprise

    Managed SaaS for teams. Per seat pricing.

    $29
    per month
    • Automated PR review with blast-radius analysis
    • Blast radius detection
    • Multi-repo unified graph & cross-repo impact
    • Auto-reindexing on every commit
    • Dedicated support

    Self-Hosted

    Run GitNexus entirely inside your network for teams where code cannot leave.

    Custom
    contact sales
    • Air-gapped deployment, no external calls
    • Everything in Enterprise, on your infra
    • SSO & access controls
    • Your models or ours
    • Priority support & onboarding
    • Custom language & feature roadmap
    View official pricing

    Capabilities

    Key Features

    • Knowledge graph indexing of any codebase
    • Deterministic call chain and import resolution via Tree-sitter
    • Leiden community detection for architectural clustering
    • Blast-radius impact analysis by depth with confidence scores
    • Git-diff impact analysis via detect_changes
    • 17 MCP tools including query, context, impact, trace, cypher, rename
    • Hybrid BM25 + semantic + RRF search
    • Multi-repo unified graph with cross-repo edges
    • Auto-reindexing on commit
    • Browser Web UI with WebAssembly (no install)
    • Wiki generation from knowledge graph
    • Agent skills installed to .claude/skills/ and .agents/skills/
    • Claude Code, Cursor, Codex, Windsurf, Antigravity editor integrations
    • PreToolUse and PostToolUse hooks for Claude Code and Codex
    • 17 language support via Tree-sitter
    • Docker deployment with signed images
    • 100% local — code never leaves the machine
    • PDG/taint analysis (opt-in --pdg flag)
    • MCP read-only mode and repository allowlist policy
    • Repo-specific skill generation from Leiden communities

    Integrations

    Claude Code
    Cursor
    Codex
    Windsurf
    Antigravity (Google)
    OpenCode
    CodeBuddy (Tencent)
    Qoder (Alibaba)
    GitHub
    GitLab
    Bitbucket
    npm
    Docker
    Render
    LadybugDB
    Tree-sitter
    transformers.js (HuggingFace)
    Sigma.js
    Graphology
    MCP (Model Context Protocol)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate GitNexus and help others make informed decisions.

    Developer

    Akon Labs

    Akon Labs (YC S26) builds GitNexus, a knowledge-graph engine that gives AI coding agents full structural awareness of any codebase. The team develops compiler-grade static analysis tooling using Tree-sitter and Leiden community detection to resolve call chains, imports, and execution flows deterministically. Akon Labs ships GitNexus as open-source software, a managed SaaS, and a self-hosted enterprise platform, with a focus on making AI agents more reliable and token-efficient on real codebases.

    Founded 2026
    San Francisco, CA
    2 employees

    Used by

    10+ enterprises onboarded, as reported…
    Read more about Akon Labs
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Gortex icon

    Gortex

    A high-performance code-intelligence engine that indexes repositories into an in-memory knowledge graph and serves it to AI coding agents via MCP, HTTP, and a web UI — supporting 257 languages with up to 50× fewer tokens per response.

    CodeGraph icon

    CodeGraph

    A local-first, open-source code intelligence tool that turns any codebase into a queryable knowledge graph for AI coding agents, reducing tool calls and token usage.

    Slnmap icon

    Slnmap

    A local semantic code graph and MCP server that gives AI coding agents a compiler-accurate map of your entire .NET solution for precise refactoring and impact analysis.

    Browse all tools

    Related Topics

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    99 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    216 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    804 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions