{
  "schema_version": "v1",
  "name": "cherrydrop",
  "name_for_human": "CherryDrop",
  "name_for_model": "cherrydrop",
  "description_for_human": "Long-term memory for your AI agent. Save and search text, links, code and notes in your personal CherryDrop inbox.",
  "description_for_model": "Use CherryDrop as the signed-in user's persistent memory. create_drop stores an item (text, note, link, code, quote, image reference). list_recent_drops returns the newest items. search_drops finds items by text. save_context stores the current conversation state under a name and load_context restores it in another agent; list_contexts lists them.",
  "contact_email": "drop-in@cherry-drop.io",
  "legal_info_url": "https://cherry-drop.io/en/terms",
  "logo_url": "https://cherry-drop.io/icons/icon-512.png",
  "servers": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://cherry-drop.io/mcp",
      "auth": {
        "type": "oauth",
        "metadata_url": "https://cherry-drop.io/.well-known/oauth-protected-resource"
      }
    }
  ]
}