Necmttn/ax
Free本地优先的 AI 编程代理遥测与召回图谱,可通过 MCP 查询 Claude Code、Codex、Cursor、OpenCode、Pi 的会话、工具调用、技能和成本数据。
About Necmttn/ax
ax is a local-first observability and memory layer for AI coding agents, specifically Claude Code and Codex. It implements a retro loop that captures every agent session, identifies repeated mistakes and friction patterns, and generates small, repo-specific fixes that users can review and apply. The system uses a stop hook at the end of each session to collect structured retros (tried, worked, failed, next) and indexes them as typed experiments in a local SurrealDB graph. Friction patterns become proposals that users triage, and accepted proposals become experiments with verdicts at t+7, t+30, and t+90 days. ax is fully private: it ingests transcripts, git history, and tool calls into a local database without any cloud upload. It only makes outbound calls on explicit opt-in commands like ax profile publish for sharing aggregate statistics.
Key Features
Pros & Cons
- Fully local and privacy-preserving - no data leaves the machine
- Open source and free to use
- Creates a continuous improvement loop for agent-assisted development
- Works with popular coding agents (Claude Code, Codex)
- Simple installation and setup
- Requires a local SurrealDB instance and initial setup
- Only explicitly supports Claude Code and Codex (other agents may need configuration)
- Learning curve for understanding the retro loop and proposal workflow