Skip to content

MCP tools: AI memory

Durable facts that survive across sessions — personal (user) or team-wide (org). The same entries are visible in the client under Settings → Personal → AI & connections → Memory (see guide).

search_memory

Search the memory — personal and shared org facts.

read · follower

Meant for the start of a task: recall conventions, preferences and earlier decisions before doing the work.

ParameterTypeDefaultDescription
querystring (required)What to recall
limitnumber 1–208Number of hits

save_memory

Store a durable, reusable fact. write · user

ParameterTypeDefaultDescription
textstring (max 500) (required)The fact, concise (about one sentence)
scopeenum user | orguseruser = personal, org = shared team knowledge
kindenum preference | decision | reference | convention | contextcontextKind of fact
confidencenumber 0–1Optional confidence

Only store stable, reusable facts — never transient details of a single session.

json
{"name":"save_memory",
 "arguments":{"scope":"org","kind":"convention",
              "text":"Commit titles start with the item number (#216.77)."}}

get_org_overview

A compact overview of shared org knowledge (conventions, standard colours, terminology, tech stack). read · follower

No parameters.

Retention

How far the memory reaches back depends on the organization's plan (ai_memory_days): the last 50 days on Free, unlimited on paid plans. Older entries are hidden when reading.