Key takeaways
- Graph-powered code intelligence engine with the best visual tooling in the category — interactive force-directed graph (Sigma.js + WebGL), community hull overlays, coupling heatmaps, and health scores
- Indexes codebases into a knowledge graph with dependencies, call chains, clusters, execution flows, dead code detection, and git coupling analysis
- Three dashboard views: Explorer (graph visualization), Analysis (health metrics), and Cypher Console (raw graph queries). Live reload via SSE
- 559 stars, Python. The visualization-first alternative to GitNexus and CodeGraphContext
FAQ
What is Axon?
A code intelligence engine that indexes codebases into a knowledge graph and provides an interactive web dashboard with force-directed graph visualization, health scores, coupling heatmaps, and a Cypher query console. Also exposes MCP tools for AI agents.
How does it compare to GitNexus?
GitNexus has deeper MCP integration (hooks, skills, 7 tools). Axon has significantly better visualization tooling (WebGL graph, heatmaps, health dashboard). Different strengths.
Overview
Axon is a graph-powered code intelligence engine that differentiates itself through visualization. While GitNexus and CodeGraphContext focus on MCP tool depth, Axon provides an interactive web dashboard with force-directed graph rendering (Sigma.js + WebGL), community hull overlays, coupling heatmaps, and codebase health scores.
The indexer handles dependencies, call chains, type relationships, community clusters, execution flows, dead code detection, and git history coupling analysis. A single axon analyze . command processes a typical repo in under 5 seconds.
Key stats: 559 stars, Python. Created February 2026.
Dashboard Views
- Explorer — Interactive force-directed graph. Click nodes to see code, callers, callees, impact radius, and community membership
- Analysis — Health score, coupling heatmap, dead code report, inheritance tree, branch diff
- Cypher Console — Write and run Cypher queries with syntax highlighting and presets
Competitive Position
Strengths: Best visualization in the category. Fast indexing (~4s for 142 files). Dead code detection and git coupling analysis are unique features.
Weaknesses: Smaller community (559 stars). Less mature MCP integration than GitNexus. No license specified.
Research by Ry Walker Research
Sources