memcp_search
Retrieve relevant knowledge from past sessions by searching memory insights and context chunks. Configure search with filters for precise results.
Instructions
Search across memory insights and context chunks.
Auto-selects the best available search method (BM25 > keyword).
Install optional packages for better search: pip install memcp[search]
Args:
query: Search query
limit: Max results (default 10)
source: Where to search — "all" (default), "memory", "contexts"
max_tokens: Token budget (0 = unlimited)
project: Filter by project
scope: "project" (default), "session", "all"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| scope | No | project | |
| source | No | all | |
| project | No | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |