Cursor10x MCP

MIT License
  • Apple
  • Linux

storeMilestone

Save project milestones with titles, descriptions, and optional metadata to long-term memory for AI assistants using the Cursor10x Memory System.

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" }
ID: kp8cg6inwq