Get memory
get_memoryRetrieve a single memory by its unique ID from the local persistent memory store, giving you direct access to stored project context for AI coding agents.
Instructions
Retrieve a single memory by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoryId | Yes | Memory id (mem_...). | |
| workspacePath | No | Workspace directory of the project. Defaults to the server working directory. |