Install
Install the SaaS package where Claude Code, Codex, OpenCode, or Antigravity can run it.
bun install -g @hasna/mementosDocs
Install the SaaS package where Claude Code, Codex, OpenCode, or Antigravity can run it.
bun install -g @hasna/mementosCreate or reuse a hosted account. The SaaS package does not create a local SQLite store.
mementos auth signupInstall the MCP hooks and memory injection config for your local agent hosts.
mementos setup agentsWrite facts, decisions, and project notes to hosted PostgreSQL with tags and scope.
mementos memory save --key project-decision --value "Use hosted memory for SaaS users" --tag architectureAsk for the right context before planning or editing.
mementos memory search "remote SaaS boundary"Tool surface
API routes
/api/v1/agents/api/v1/memories/api/v1/runs/api/v1/billing/status/api/v1/billing/usage/api/v1/billing/invoices/api/v1/approvals/api/v1/feedbackSmoke test
curl -H "Authorization: Bearer $MEMENTOS_API_TOKEN" https://mementos.md/api/v1/memories?limit=5Install, sign in, set up agents, save, search. That is the core loop.
bun install -g @hasna/mementos