memory
Store, retrieve, and manage temporary key-value pairs in memory, supporting operations like set, get, delete, search, and clear for efficient data handling.
Instructions
Store and retrieve temporary key-value pairs in memory (data is lost on MCP server restart)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Memory operation to perform | |
key | No | Key for the memory entry | |
pattern | No | Search pattern (for search action) | |
tags | No | Tags for categorization | |
value | No | Value to store (required for set action) |