create_memory
Save AI-generated knowledge items like decisions, preferences, and lessons to a project for persistent context across conversations.
Instructions
Create a new memory in a project. Memories are AI-generated knowledge items — decisions, preferences, context, references, or lessons — that persist across conversations. Humans can view them in the platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization and search | |
| title | Yes | Short descriptive title for the memory | |
| source | No | Source identifier (e.g. 'claude-code', 'mcp-server') | |
| content | Yes | Memory content in plain text | |
| category | Yes | Memory category | |
| is_pinned | No | Pin memory for higher visibility (default: false) | |
| project_uuid | Yes | UUID of the project | |
| is_workspace_wide | No | Make memory visible across all projects in the workspace (default: false) |