Memento Protocol

Dashboard →

Your agent forgets everything. Fix that.

Memory that works like memory — not a log file. Store what matters, recall by meaning, skip the rest. Free tier, no credit card.

Get your API key

curl -X POST https://memento-api.myrakrusemark.workers.dev/v1/auth/signup \
  -H "Content-Type: application/json" \
  -d '{"workspace": "my-project"}'

One curl. No email, no password, no OAuth. Save the api_key from the response.

Next step: clone the repo and connect it to Claude Desktop, Claude Code, or any MCP client. The README walks you through it in under 5 minutes.

Stay in the loop

Early access updates, new features, and the occasional deep dive. No spam.

Free Tier (Beta)

Every signup starts free — no trial expiration, no surprise bills. 100 memories, 20 active items, semantic search included.

ResourceFreeFull Coming soon
Stored memories100TBD
Working memory items20 activeTBD
Workspaces1TBD
Semantic searchIncludedTBD
ConsolidationIncludedTBD
Identity crystalsIncludedTBD
DashboardIncludedTBD
HooksIncludedTBD

Archived items don't count toward the item limit. All features are available on the free tier — semantic search, consolidation, identity crystals, hooks, the dashboard. Limits are just on volume.

The memento_health tool shows your current usage and remaining quota. When you hit a limit, the API returns a clear quota_exceeded error with your current count and the limit.

Need more? Get in touch — we're working on expanded plans.

Documentation

Quick Start

Install, configure, and store your first memory in 5 minutes.

The Protocol

Orientation, recall hooks, writing discipline, distillation, identity — how to build a memory system.

Core Concepts

Working memory, memories, items, skip lists, identity crystals — how it all fits together.

Context Endpoint

The single retrieval call that returns everything relevant for a message.

Semantic Search

Vector embeddings, hybrid ranking, and conceptual recall.

API Reference

Every endpoint — request format, parameters, response shapes.

MCP Tools

Tool reference for Claude Desktop, Claude Code, and other MCP clients.