#406 · Primary category: AI Coding Assistants
axon
Graph-powered code intelligence engine — indexes codebases into a knowledge graph, exposed via MCP tools for AI agents and a CLI for developers.
Project last updated:08/03/26
GitHub Stars
807
Forks
123
Contributors
2
License
MIT
Why we included this project
AI coding agents on a real codebase waste a lot of turns re-grepping files and re-learning structure, and grep alone can't tell you which three functions call the thing that calls this. Axon precomputes that structure once, parsing Python, TypeScript, and JavaScript with tree-sitter into a typed knowledge graph stored in an embedded KuzuDB, then serves it through MCP tools so Claude Code, Cursor, or any MCP client can answer impact, dead-code, call-path, and coupling questions with a single graph query instead of a dozen file reads. It also reads git history to surface change-coupling between files that never import each other, something pure static analysis misses, and it runs fully locally with no API keys. Developers and small teams who want their agents to reason about the whole codebase rather than one file at a time will find this a practical, self-contained addition to their toolchain.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.