featuremcpmemories
Bulk Get & Bulk Delete
Fetch or remove up to 50 memory keys in a single MCP call — fewer round trips, fewer tokens.
Two new MCP tools complete the bulk memory workflow alongside memory_bulk_set:
memory_bulk_get— retrieve up to 50 keys in one call. Each result tells the agent whether the key was found, along with its value and tags.memory_bulk_delete— remove up to 50 keys in one call, with a clear per-key status in the response.
Replacing a loop of memory_get or memory_delete calls with a single bulk request means fewer tool invocations, lower latency, and noticeably fewer tokens spent on protocol overhead — leaving more of the context window for the actual work.