Show HN: MemoClaw – Memory-as-a-Service for AI Agents(memoclaw.com) Hey HN, I built MemoClaw, a simple memory service for AI agents. Store and recall memories with semantic search. No registration, no API keys, your wallet address is your identity. How it works: - POST /v1/store → save a memory ($0.001) - POST /v1/recall → semantic search ($0.001) - Payment via x402 protocol (USDC on Base) Why I built this: Every agent framework has its own memory solution, but they're all local or require complex setup. I wanted something like S3 for memories – just call an API and pay for what you use. CLI: `npm install -g memoclaw` Docs: https://docs.memoclaw.com Website: https://memoclaw.com Would love feedback on the API design and pricing. |