Cursor10x MCP

MIT License
  • Apple
  • Linux

getRecentEpisodes

Retrieve a specified number of recent episodes from episodic memory to enhance AI assistant recall. Filter by context to access relevant information efficiently.

Instructions

Retrieves recent episodes from the episodic memory

Input Schema

NameRequiredDescriptionDefault
contextNoFilter by context
limitNoMaximum number of episodes to retrieve

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Filter by context", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of episodes to retrieve", "type": "number" } }, "type": "object" }
ID: kp8cg6inwq