Skip to content
Claude Desktop

corvid for Claude Desktop

dev.workers.perch-app.corvid/corvid

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

client:Claude Desktop transport:streamable-http

Install corvid in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "corvid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://corvid.perch-app.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

corvid in other clients