Configuration
Paste valid JSON into the MCP client configuration.
The client process must resolve python to the environment where Ax0s memory is installed. The optional idle setting below matches the implemented source example.
{
"mcpServers": {
"ax0s-memory": {
"command": "python",
"args": ["-m", "ax0s_memory", "mcp-serve"],
"env": {
"AX0S_EMBEDDER_IDLE_S": "60"
}
}
}
}The stdio module entry point is implemented and test-covered. This statement is not a current startup-health or compatibility receipt.
Core tools
Four documented tools inside a larger registered surface.
The current source snapshot registers 34 MCP tools; four are documented as the public core subset.
| Tool | Purpose | Return boundary |
|---|---|---|
brain_remember | Write one record into a project slug. | Minimal write confirmation fields; full records surface through recall. |
brain_recall | Hybrid, vector, or full-text recall. | The recall JSON contract. |
brain_search | Full-text shorthand. | The same recall JSON shape. |
brain_session | Start, end, or inspect session collections. | Action-specific collection fields. |
A static registration count is not a startup, invocation, health, compatibility, or customer-availability receipt. Review the package contract before relying on a tool outside this core subset.
Next
Follow the documented sequence.
Read the quickstart and recorded round-trip boundary, compare the CLI surface, or inspect record provenance fields.