global_memory_write
Write a memory entry to a global store shared across all projects. Save text with optional type and tags for cross-project retrieval.
Instructions
Write a memory entry to the global (cross-project) memory store.
Global memories are shared across all projects and can be queried regardless of which project the MCP server is running in.
Args: text: The memory content to store (required). memory_type: Type of memory. Must be one of: summary, decision, next-steps, code-pattern, note (default). tags: Comma-separated tags for categorization (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| text | Yes | ||
| memory_type | No | note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |