Skip to main content
Glama

mcp-structured-memory

create_memory

Generate structured memory documents to store and organize project knowledge over time. Provide a name and optional initial content to capture user preferences, decisions, or learned context. Ensure proper MCP server setup for functionality.

Instructions

Create a new structured memory document with optional initial content. IMPORTANT: After using this tool, you MUST show the user the complete installation instructions returned by the tool - the memory will not work without proper MCP server setup and project context configuration.

Input Schema

NameRequiredDescriptionDefault
contentNoOptional initial content for the memory document. Can be brief context (e.g., 'planning a trip to Japan') or full Markdown content. Focus on capturing what you've learned FROM the user (their preferences, requirements, decisions) rather than generating extensive AI content.
nameYesUnique identifier/name for this memory

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Optional initial content for the memory document. Can be brief context (e.g., 'planning a trip to Japan') or full Markdown content. Focus on capturing what you've learned FROM the user (their preferences, requirements, decisions) rather than generating extensive AI content.", "type": "string" }, "name": { "description": "Unique identifier/name for this memory", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from mcp-structured-memory

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/nmeierpolys/mcp-structured-memory'

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