Skip to main content
Glama

Cursor10x MCP

storeUserMessage

Stores user messages in short-term memory for AI assistants, enabling retention and recall. Supports message content, importance levels, and optional metadata for contextual use.

Instructions

Stores a user message in the short-term memory

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the message
importanceNoImportance level (low, medium, high)low
metadataNoOptional metadata for the message

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the message", "type": "string" }, "importance": { "default": "low", "description": "Importance level (low, medium, high)", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Optional metadata for the message", "type": "object" } }, "required": [ "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/aurda012/cursor10x-mcp'

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