Skip to main content
Glama

Cursor10x Memory System

storeMilestone

Capture and store project milestones in long-term memory with title, description, and importance level to maintain persistent context awareness across sessions.

Instructions

Stores a project milestone in the long-term memory

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescription of the milestone
importanceNoImportance level (low, medium, high)medium
metadataNoOptional metadata for the milestone
titleYesTitle of the milestone

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the milestone", "type": "string" }, "importance": { "default": "medium", "description": "Importance level (low, medium, high)", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Optional metadata for the milestone", "type": "object" }, "title": { "description": "Title of the milestone", "type": "string" } }, "required": [ "title", "description" ], "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/sizzlebop/context-mcp'

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