memcp_recall
Search stored knowledge across sessions. Filter by category, importance, project, or session to load relevant context at session start.
Instructions
Retrieve insights from memory.
Use this to find previously stored knowledge — decisions, preferences,
technical findings. Call at session start to load relevant context.
Args:
query: Search term (searches content, tags, and summary)
category: Filter by type
importance: Filter by priority
limit: Max results (default 10)
max_tokens: Token budget — returns results until budget is exhausted (0 = unlimited)
project: Filter by project
session: Filter by session ID
scope: "project" (default), "session" (current only), "all" (cross-project)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| scope | No | project | |
| project | No | ||
| session | No | ||
| category | No | ||
| importance | No | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |