Skip to content

gitnexus fleet.stub

Nicolas Cravino edited this page Apr 11, 2026 · 3 revisions

id: gitnexus-fleet name: GitNexus Fleet repo_path: /sessions/charming-sleepy-ritchie/repos/gitnexus_fleet remote_url: https://github.com/sw30labs/gitnexus_fleet.git primary_language: Python framework: GitNexus + KuzuDB + MCP ingested: 2026-04-11 last_commit_date: 2026-04-11

Purpose

Local runner that aggressively clones an entire GitHub repository fleet, automatically indexes all repositories with GitNexus (KuzuDB graph database), and starts an MCP server + web UI dashboard for querying, analyzing, and gaining AI understanding of source code context locally.

Architecture

Three-phase pipeline: Phase 1 — parallel cloning (5 workers) via GitHub API; Phase 2 — indexing (3 workers) with GitNexus creating KuzuDB graph databases per repo (functions, classes, files, calls, imports, communities); Phase 3 — MCP stdio server + HTTP dashboard (:8765). Python package (gitnexus_fleet/) with CLI orchestration (Rich TUI), GitHub API client, MCP client, HTTP server with static HTML dashboard.

Dependencies

rich, requests, python-dotenv. Runtime requires Node.js for GitNexus MCP process.

CI/CD

No CI workflows. No Docker.

Entities and topics

Clone this wiki locally