memory_search
Search shared memory using semantic embeddings to find relevant information by meaning, not keywords. Use before starting work to avoid duplication and leverage prior knowledge.
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 | ||
| project | No | ||
| tag | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |