MCP over stdio
The documented entry point is python -m ax0s_memory mcp-serve. The exact config is in the MCP guide.
Implemented product · self-hosted · public release record pending
Ax0s stores memory records in LanceDB on the operator-controlled filesystem. Connection paths are implemented separately for Claude Code, Codex, ChatGPT, and Hermes; a dated same-store four-surface receipt is pending. Stale facts are superseded instead of deleted, and their history stays addressable.
Source lineage records where the correction came from; current recall follows the live record; history recall retains the superseded record and its relationship.
Scroll horizontally on a narrow screen to inspect all three strata.
Record lifecycle
The product follows a record from capture to correction. Parser, startup, and serialization paths are implemented and test-covered, and a recorded 0.5.0 round trip now shows the correction path.
MCP exposes brain_remember; the module CLI exposes remember. Both write to the selected project slug. The public contract includes source, entrypoint, role, record type, collection, tags, and optional source-local identifiers.
MCP brain_recall and CLI recall return the documented recall shape. Superseded records are excluded by default.
A near-duplicate candidate enters the consolidation queue. A person confirms the proposed keeper and retire IDs, then applies the decision.
A correction can become current while the prior record remains addressable.
Open the recorded 2026-07-14 product transcript · Review implemented scope
Data flow
This is an authored mechanism diagram, not telemetry. It shows the documented path from an interface call to current recall, with superseded history remaining addressable.
Interfaces and boundaries
The documented entry point is python -m ax0s_memory mcp-serve. The exact config is in the MCP guide.
remember, recall, describe, and stats are documented from the current parser contract.
Authorization claims are kept in the canonical capability matrix. This page does not extend that scope.