Memlane

MCP tools

add_memory

Add a memory

Saves a memory about a person. Memlane indexes it so search can find it. Always call list_memory_categories first, then pass a real categoryId from that list, or categoryName to match/create. Never invent UUIDs. categoryId or categoryName is required.

Annotations

{
  "title": "Add a memory",
  "readOnlyHint": false,
  "destructiveHint": false,
  "openWorldHint": false,
  "idempotentHint": false
}

Input

{
  "description": "JSON object. See tools/list."
}

Auth

Bearer personal token (ml_…) or OAuth access token (mla_…). Memlane Pro and iCloud required.

Errors

  • 401 missing or invalid credentials
  • 403 account is not Pro or iCloud is not connected
  • 429 rate limit
  • Tool errors return isError text without a stack trace