Persistent memory, architectural decision enforcement, pre-execution safety hooks, and session handoff for Claude Code. MCP server plugin for AI coding agents.
| Tool name | Description | Destructive? |
|---|---|---|
| axme_context | โ no | |
| axme_oracle | โ no | |
| axme_decisions | โ no | |
| axme_memories | โ no | |
| axme_save_memory | โ no |
| axme_save_decision | โ no | |
| axme_update_safety | โ no | |
| axme_safety | โ no | |
| axme_save_oracle | โ no | |
| axme_get_memory | โ no | |
| axme_get_decision | โ no | |
| axme_search_kb | โ no | |
| axme_backlog | โ no | |
| axme_backlog_add | โ no | |
| axme_backlog_update | โ no | |
| axme_status | โ no | |
| axme_worklog | โ no | |
| axme_workspace | โ no | |
| axme_ask_question | โ no | |
| axme_list_open_questions | โ no | |
| axme_answer_question | โ no | |
| axme_begin_close | โ no | |
| axme_finalize_close | โ no |
{
"mcpServers": {
"axme-code": {
"command": "npx",
"args": [
"-y",
"@axme/code"
]
}
}
}