Skip to main content
Glama

Cursor10x MCP

recordEpisode

Capture and store actions, details, and context in episodic memory, enabling AI assistants to retain and recall specific events for improved performance and continuity.

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" }

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/aiurda/cursor10x-mcp'

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