MCP Server Plugin for Claude Code
Your AI coding agent forgets everything.
We fixed it.
AXME Code gives Claude Code persistent memory, structured decisions, and safety guardrails that work across every session. You keep using Claude Code as usual. AXME Code works in the background.
# Install
curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-code/main/install.sh | bash
# Setup your project
cd your-project && axme-code setup
# Use Claude Code as usual
claude
The problem every Claude Code user faces
Every session starts from zero. Your agent doesn't remember decisions, repeats the same mistakes, and can run dangerous commands unchecked.
Context amnesia
Session 12: you decide to use Zod. Session 13: the agent generates Joi code. Session 14: Joi again. Every session starts over.
CLAUDE.md doesn't scale
Works at 10 lines. Breaks at 200. Claude ignores most of it. No structure, no enforcement levels, no memory from corrections.
Same mistakes repeat
You correct sync HTTP in async handlers. Next session, the agent writes it again. Feedback is never captured.
No safety guardrails
The agent hallucinates a reason to git push --force to main. A prompt can be ignored. A hook cannot.
Agent lies about completion
"Done!" — but tests don't pass, code is stubbed, the deploy is broken. No verification, no proof.
No session continuity
Session 31 ended mid-refactor. Session 32 starts from scratch. 15 minutes of your time wasted catching up.
What AXME Code gives you
One command to install. Zero config after setup. Your agent starts every session with full project context.
Persistent Memory
Oracle (stack, structure, patterns), feedback from mistakes, validated approaches. Accumulates across sessions automatically.
Structured Decisions
Architectural decisions with enforcement levels: required or advisory. The agent respects what was decided.
Safety Guardrails
Hooks intercept dangerous commands before execution. Not prompts — hard enforcement. The agent cannot bypass this.
Session Handoff
Where work stopped, what PRs are open, what's next. The next session picks up exactly where you left off.
Background Auditor
Close the window without saving? The auditor extracts memories, decisions, and safety rules from the transcript.
Multi-Repo Workspaces
Each repo gets its own knowledge base. Workspace rules apply everywhere. 14 formats supported.
How it works
Session starts
Agent calls axme_context and loads the full knowledge base: oracle, decisions, memories, safety rules, handoff from last session.
During work
Agent saves discoveries via MCP tools. Hooks enforce safety on every tool call. Knowledge accumulates.
Session close
Ask your agent to close. It reviews the session, extracts what's new, writes a handoff for next time. All stored atomically.
Next session
Full context loaded. Handoff says where to continue. Decisions, memories, safety rules — all accumulated. Zero re-explaining.
Built with AXME Code, for AXME Code
Real numbers from developing AXME Code itself.
180+
sessions tracked
100+
decisions accumulated
60+
memories saved
30
dangerous commands blocked
Get started in 30 seconds
One command to install. One command to setup. Then use Claude Code as usual.
curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-code/main/install.sh | bash
cd your-project && axme-code setup
claude