Memory-as-a-Service for AI agents

Your agent forgets.
MemoClaw remembers.

Semantic memory for AI agents. Store context, recall by meaning, persist across sessions. No API keys — pay per request with USDC.

Works with:

🦞OpenClawClaude CodeCursor🤖Any Agent

How it works

Two API calls. That's all your agent needs.

📝01

Store

Agent learns something important — a preference, decision, or correction. Store it with importance score and tags.

🔍02

Recall

Query by meaning, not keywords. "What editor does the user like?" finds "prefers vim keybindings" automatically.

💳03

Pay

No API keys. No accounts. x402 payment = authentication. Your wallet address = your identity. $0.001 per call.

🤖Your Agent
MemoClaw
🧠Persistent Memory

Memories persist across sessions, devices, and context window resets.

Quick Start

Install the CLI and give your agent persistent memory.

# Install CLI
npm install -g memoclaw

# Set your private key (for x402 payments)
export MEMOCLAW_PRIVATE_KEY=0xYourPrivateKey

# You're ready! Each call costs $0.001 USDC on Base

See the FAQ for common questions and integration patterns.

Built for agents

MemoClaw solves the context problem for any AI agent.

👤

Personal Assistants

Remember user preferences, past conversations, and personal context across sessions.

💻

Coding Agents

Store project architecture, tech decisions, and code style preferences. Never ask twice.

📊

Research Agents

Build knowledge bases from research sessions. Recall findings by topic, not file name.

🔄

Multi-Agent Systems

Share context between agents. One agent learns, all agents remember.

Your data stays yours

Privacy-first design. No accounts, no tracking, no training.

🔐

Wallet-Scoped

Your memories are tied to your wallet. No one else can access them.

🚫

No Training

We never train on your data. Your memories stay yours.

🗑️

Delete Anytime

Full control. Delete individual memories or everything at once.

🔒

Encrypted

All data encrypted in transit via HTTPS/TLS.

Pricing

Pay with USDC on Base. No subscriptions. No tiers. No API keys.

POST /v1/store$0.001

Store a memory

POST /v1/store/batch$0.01

Store up to 50

POST /v1/recall$0.001

Semantic search

GET /v1/memories$0.0005

List memories

DELETE$0.0001

Delete a memory

$1 = 1,000 memories stored and recalled.

That's 1,000 stores + 1,000 recalls. No hidden fees, no monthly minimums.

FAQ

Common questions about MemoClaw.

x402 is a payment protocol where paying for a request IS the authentication. Your wallet address becomes your identity. No signup, no API keys to manage, no rate limits to worry about. Just pay and use.

Local files require keyword search (grep), eat context window space when loaded, and don't work across devices. MemoClaw uses semantic search (find by meaning), persists outside your context, and works everywhere your wallet does.

USDC on Base (an Ethereum L2). Any EVM wallet works — MetaMask, Coinbase Wallet, Rainbow, etc. Base has low fees (~$0.01 per transaction).

Yes. Memories are scoped to your wallet address. Wallet A cannot see Wallet B's memories. We don't train on your data. You can delete memories anytime.

Any agent that can make HTTP calls or run shell commands. OpenClaw/Clawdbot, Claude Code, Cursor, Copilot, custom agents — if it can call an API, it works.

We generate embeddings (vector representations) of your memories using OpenAI. When you recall, we find memories with similar meaning — not just matching keywords. "editor preferences" finds "uses vim keybindings".

Ready to give your agent a memory?

Stop losing context between sessions. Start building agents that remember what matters. Up and running in under a minute.

$0.001 per store/recall • No monthly fees • Pay only for what you use