memory
Store and retrieve temporary key-value pairs in memory for the Reviewer MCP server, supporting operations like set, get, list, delete, search, and clear. Data persists until server restart.
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) |