-
Notifications
You must be signed in to change notification settings - Fork 0
gitnexus fleet.stub
id: gitnexus-fleet name: GitNexus Fleet repo_path: ~/Documents/sw30labs/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
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.
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.
rich, requests, python-dotenv. Runtime requires Node.js for GitNexus MCP process.
No CI workflows. No Docker.
- local-mlx-responsesAPI-server (complementary local AI tooling)
- Tags: [python, cli, mcp]