Corvid
Free, no-signup persistent memory for AI agents over MCP — remember/recall facts across sessions with one hosted URL. Zero setup, no API key.
Dokumentasi
PERSISTENT MEMORY FOR AI AGENTS
Give your AI a memory that survives the session.
Corvid is a free, no-signup memory store your AI assistant can read and write over MCP — or any agent can hit over a plain HTTP API. Create a space, drop one URL into your client config, and your agent starts to remember and recall. No account, no API keys, no SDK.
1. Create your memory space
One click. You get a private space + token. Nothing to sign up for.
Create my memory space →
2. Try it live — right here in your browser
See the round trip your agent makes. Store a memory, then search for it — this hits the real API against your own private space.
Remember
Recall
Why Corvid No signupMCP-nativePlain HTTP too4 tools: remember / recall / list / forgetFree
Most memory tools want an account, an API key, and a client library. Corvid is the opposite: a single MCP URL (with your token) is the whole integration. Point Claude Desktop, Cursor, or your own agent at it and memory Just Works — across chats, across days.
How it works
- Your assistant calls
remember("Ada prefers TypeScript and 2-space indent")when you tell it something worth keeping. - Next session it calls
recall("Ada's code style")and gets it back — no re-explaining. - Everything lives in your space, keyed to your token. Delete any memory with
forget.
Read the docs Set up with Claude / Cursor