nmeierpolys/mcp-structured-memory
If you are the rightful owner of mcp-structured-memory and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Structured Memory MCP Server is designed to manage domain-specific memory through markdown files, enhancing project-focused context accumulation.
Tools
Functions exposed to the LLM to take actions
create_memory
Create a new memory document with optional initial content.
list_memories
List all available memory documents.
get_memory_summary
Get a high-level summary of a memory document.
get_section
Retrieve a specific section from a memory document.
get_full_memory
Retrieve the complete content of a memory document.
search_within_memory
Search for information within a memory document.
update_section
Update an entire section of a memory document.
add_to_list
Add an item to a list section.
update_list_item
Update an existing item in a list.
move_list_item
Move an item between list sections.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client