Installation
Authentication
MemoClaw uses Ethereum wallet signatures for auth. Any private key works — no ETH balance needed for the free tier.Quick Example
Ingest a Conversation
Extract facts automatically from conversation history:Error Handling
All Methods
| Method | Description |
|---|---|
store(opts) | Store a single memory |
storeBatch(memories) | Store up to 100 memories |
recall(opts) | Semantic search |
list(opts?) | List memories with pagination |
update(id, opts) | Update a memory |
delete(id) | Delete a memory |
ingest(opts) | Auto-extract facts from conversation |
extract(messages, opts?) | Extract structured facts via LLM |
consolidate(opts?) | Merge similar memories |
suggested(opts?) | Get proactive memory suggestions |
createRelation(id, opts) | Create a relationship |
listRelations(id) | List relationships |
deleteRelation(id, relationId) | Delete a relationship |
status() | Check free tier remaining calls |