memory_search
Search shared memory by meaning to find prior decisions and avoid duplication. Use semantic search to retrieve entries relevant to your query before starting work.
Instructions
Search shared memory by meaning. Call this before starting work.
Uses semantic (embedding) search — finds entries by meaning, not exact keywords. Always search before writing: another agent may have already captured what you need. Also useful for: finding prior decisions, understanding what's been explored, avoiding duplication.
Args: q: What you're looking for, in natural language. project: Restrict to a project. Defaults to MCP_PROJECT if set. tag: Restrict to entries with this tag. limit: How many results (default 10, max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What you're looking for, in natural language. | |
| project | No | Restrict to a project. Defaults to MCP_PROJECT if set. | |
| tag | No | Restrict to entries with this tag. | |
| limit | No | How many results (default 10, max 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |