Cursor10x MCP

MIT License
  • Apple
  • Linux

getRecentMessages

Retrieve recent messages from the short-term memory layer of the Cursor10x Memory System, allowing AI assistants to access filtered or prioritized information based on importance levels and message limits.

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" }
ID: kp8cg6inwq