Documentation
MayaMemo is CLI-first and local-first. These are the entry points; the canonical docs live alongside the code in the repository.
Quickstart
From zero to your first cross-agent handoff in about 15 minutes — init, session, log, checkpoint, resume. The full walkthrough lives in the repo.
CLI reference
init, status, log, session, checkpoint (create | list | resume | handoff), verify, action, diff, policy check, approvals, login / logout / sync. Run `mayamemo` for usage.
MCP integration
The MCP server exposes 6 tools (context_search, context_get, memory_search, memory_save, project_state, checkpoint_create) over stdio — plug in any MCP-capable agent.
REST API
Everything under /v1: projects, the event ledger, memories, the context compiler (compile / explain / diff / replay), checkpoints + cross-agent resume, verification, provenance, policies + approvals, exports, telemetry.
Verification runs
Runs allowlisted checks (typecheck / lint / test / build), records per-check evidence, and turns failures into lesson memories for the next agent.
Security & data
Workspace-scoped access on every route, export and delete always available, credentials excluded by default. Retention and SSO boundaries documented for teams.