retrieve_memory
Find top-k memories most similar to a query, optionally across sibling repositories in the same org, to reuse past context and knowledge in AI conversations.
Instructions
Retrieve the top-k memories most similar to the query. If include_org=True, also queries sibling repositories in the same organization.
repo_path: optional absolute path to the target repository. When omitted, defaults to the server's configured project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| repo_path | No | ||
| include_org | No |