Skip to main content
Glama

Reviewer MCP

by jaggederest

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

NameRequiredDescriptionDefault
actionYesMemory operation to perform
keyNoKey for the memory entry
patternNoSearch pattern (for search action)
tagsNoTags for categorization
valueNoValue to store (required for set action)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Memory operation to perform", "enum": [ "set", "get", "list", "delete", "search", "clear" ], "type": "string" }, "key": { "description": "Key for the memory entry", "type": "string" }, "pattern": { "description": "Search pattern (for search action)", "type": "string" }, "tags": { "description": "Tags for categorization", "items": { "type": "string" }, "type": "array" }, "value": { "description": "Value to store (required for set action)", "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Reviewer MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaggederest/mcp_reviewer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server