-
Notifications
You must be signed in to change notification settings - Fork 0
developer tools
Nicolas Cravino edited this page Apr 12, 2026
·
7 revisions
id: developer-tools title: Developer Tools tags: [python, cli, mcp] created: 2026-04-11 updated: 2026-04-11 freshness: fresh
GitNexus Fleet is a developer productivity tool that automates the process of cloning, indexing, and querying an entire GitHub organization's repositories. It builds KuzuDB graph databases per repository and exposes them through an MCP server and web dashboard for AI-powered code understanding.
- GitNexus Fleet indexes repositories into KuzuDB graph databases capturing functions, classes, files, call graphs, imports, and community structure. ^src:gitnexus-fleet
- The tool runs in three phases: parallel cloning (5 workers), parallel indexing (3 workers via GitNexus), and MCP server + HTTP dashboard startup. ^src:gitnexus-fleet
- Queries are served via MCP (stdio protocol) supporting query, impact analysis, context retrieval, and Cypher graph queries. ^src:gitnexus-fleet
- The web dashboard at port 8765 provides a browser-based interface for querying the indexed fleet. ^src:gitnexus-fleet
- Could GitNexus Fleet's graph indices feed into the org wiki for automated cross-repo dependency mapping?
- How does the KuzuDB community detection compare with manual categorization?
- local-inference-mlx (complementary local AI tooling)
- agentic-frameworks (potential integration with DeepAgent Azure CLI)