dev.workers.perch-app.corvid/corvid
dev.workers.perch-app.corvid/corvidPersistent memory for AI agents. Semantic recall by meaning, not just keywords. No signup needed.
Tools · 4
Store a durable memory (a fact, preference, decision, or note) so it persists across sessions. Call this whenever the user tells you something worth remembering long-term.
Semantic search over your stored memories — finds relevant notes by meaning, not just keywords (e.g. a query about "deployment" surfaces a memory that says "ships on Cloudflare Workers"). Call this at…
List the most recently stored/updated memories in this space.
Delete a memory by its id (from a previous recall/list result).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dev.workers.perch-app.corvid/corvid": {
"url": "https://corvid.perch-app.workers.dev/mcp",
"transport": "streamable-http"
}
}
}