Skip to main content
Glama

Cursor10x Memory System

getRecentMessages

Retrieve the most recent messages from short-term memory, filtered by importance level or limited by a specified count, using the Cursor10x Memory System to maintain context awareness.

Instructions

Retrieves recent messages from the short-term memory

Input Schema

NameRequiredDescriptionDefault
importanceNoFilter by importance level (low, medium, high)
limitNoMaximum number of messages to retrieve

Input Schema (JSON Schema)

{ "properties": { "importance": { "description": "Filter by importance level (low, medium, high)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of messages to retrieve", "type": "number" } }, "type": "object" }

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/sizzlebop/context-mcp'

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