Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

dev.workers.perch-app.corvid/corvid

dev.workers.perch-app.corvid/corvid

Persistent memory for AI agents. Semantic recall by meaning, not just keywords. No signup needed.

Uptime
100.0%
1 direct probes · 30d
Response
508ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

remember

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.

recall

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_recent

List the most recently stored/updated memories in this space.

forget

Delete a memory by its id (from a previous recall/list result).

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"
    }
  }
}