AXMEAXME

AXME CODE

Claude Code forgets your project every session. We fixed it.

Claude Code is powerful but stateless. Developers re-explain context every session, lose decisions, and have no guardrails on what the agent can do autonomously.

Start freeView on GitHub
  • Claude Code plugin
  • Persistent memory
  • Safety guardrails

Claude Code and other coding agents start every session from zero — you re-explain architecture, conventions, and open tasks. Session 47 repeats the same mistakes session 12 already fixed.

AXME Code is an MCP plugin that gives coding agents what CLAUDE.md cannot: writable memory, structured decisions with enforcement levels, hook-based safety (not prompt suggestions), and session handoff when context limits or vacations interrupt work.

Oracle captures stack and patterns from your repo. Decisions separate contracts from facts — required vs advisory. Feedback memories stop repeated errors; pattern memories reuse what worked. Guardrails block force-push, denied paths, and protected branches before tools run.

Code complements AXME Cloud (durable agent workflows) and AXME Mesh (fleet governance). Install once per repo, call axme_context at session start, and pick up mid-task without the forty-minute re-brief.

Prompt rules vs hook enforcement

CLAUDE.md only

# CLAUDE.md
NEVER git push --force
# agent may still run it

AXME Code

# hook intercepts before run
if denied_command: block
# + decisions, memory, handoff

Session start

# Call at the start of every session
axme_context(path="/path/to/your/repo")
# Loads oracle, decisions, safety, memories

From the blog

Ship your first durable agent — in under 10 minutes.

Free tier. No credit card. Self-host or hosted — your choice.

Start free now Read the docs