# corvid MCP server

Hosted persistent memory for AI agents. No signup, no install—one MCP URL to remember & recall.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-workers-perch-app-corvid-corvid
- Website: https://corvid.perch-app.workers.dev

## Install
- Endpoint: https://corvid.perch-app.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://corvid.perch-app.workers.dev/mcp

## Tools
- 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. Endpoint: https://corvid.perch-app.workers.dev/mcp
- 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 the start of a task, or whenever you might have prior context about the user, project, or topic. Endpoint: https://corvid.perch-app.workers.dev/mcp
- list_recent - List the most recently stored/updated memories in this space. Endpoint: https://corvid.perch-app.workers.dev/mcp
- forget - Delete a memory by its id (from a previous recall/list result). Endpoint: https://corvid.perch-app.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.workers.perch-app.corvid
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
