Cursor10x MCP

MIT License
  • Apple
  • Linux

recordEpisode

Capture and store actions in episodic memory on the Cursor10x MCP server. Log details like actor, action type, content, and context to enhance AI assistant recall and decision-making.

Instructions

Records an episode (action) in the episodic memory

Input Schema

NameRequiredDescriptionDefault
actionYesType of action performed
actorYesActor performing the action (user, assistant, system)
contentYesContent or details of the action
contextNoContext for the episode
importanceNoImportance level (low, medium, high)low

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Type of action performed", "type": "string" }, "actor": { "description": "Actor performing the action (user, assistant, system)", "type": "string" }, "content": { "description": "Content or details of the action", "type": "string" }, "context": { "description": "Context for the episode", "type": "string" }, "importance": { "default": "low", "description": "Importance level (low, medium, high)", "type": "string" } }, "required": [ "actor", "action", "content" ], "type": "object" }
ID: kp8cg6inwq