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 · followerMeant for the start of a task: recall conventions, preferences and earlier decisions before doing the work.
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string (required) | – | What to recall |
limit | number 1–20 | 8 | Number of hits |
save_memory
Store a durable, reusable fact. write · user
| Parameter | Type | Default | Description |
|---|---|---|---|
text | string (max 500) (required) | – | The fact, concise (about one sentence) |
scope | enum user | org | user | user = personal, org = shared team knowledge |
kind | enum preference | decision | reference | convention | context | context | Kind of fact |
confidence | number 0–1 | – | Optional confidence |
Only store stable, reusable facts — never transient details of a single session.
{"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.