Skip to main content
Glama

Link MCP

by lijianye521

save_cursor_memory

Saves summarized conversations and technical information to memory files with structured markdown formatting for organized retrieval and reference in Cursor IDE.

Instructions

Save conversation summary or important information to Cursor memory files. IMPORTANT: The model should first summarize the conversation or information into a well-formatted document before calling this tool. The content should be properly structured with markdown formatting for better readability.

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory for organization: 'conversation' (对话记录), 'documentation' (技术文档), 'code-patterns' (代码模式), 'project-notes' (项目笔记)conversation
contentYesWell-formatted and summarized content in markdown format. Should include: main points, key insights, code examples (if any), decisions made, and actionable items. The model should process and structure the information before saving.
tagsNoRelevant tags for better searchability (e.g., ['react', 'hooks'], ['api', 'design'], ['meeting', 'decisions'])
titleYesClear, descriptive title for the memory entry (e.g., 'React Hooks 学习总结', 'API 设计讨论摘要')

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "conversation", "description": "Category for organization: 'conversation' (对话记录), 'documentation' (技术文档), 'code-patterns' (代码模式), 'project-notes' (项目笔记)", "type": "string" }, "content": { "description": "Well-formatted and summarized content in markdown format. Should include: main points, key insights, code examples (if any), decisions made, and actionable items. The model should process and structure the information before saving.", "type": "string" }, "tags": { "default": [], "description": "Relevant tags for better searchability (e.g., ['react', 'hooks'], ['api', 'design'], ['meeting', 'decisions'])", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Clear, descriptive title for the memory entry (e.g., 'React Hooks 学习总结', 'API 设计讨论摘要')", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

Other Tools from Link MCP

Related Tools

    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/lijianye521/link-mcp'

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