Make it easy for agents to build their context about your projects over time
The server provides a set of tools to help agents accumulate knowledge about a project over time in a structured way. These memory documents represent living documents that grow and evolve rich context to help the MCP client better serve requests in that area.
Memory documents are stored as markdown files in the filesystem, allowing direct access and editing if you want to take a more hands-on approach. The main focus, though, is on giving the MCP client a place to deliberately keep track of info that will be helpful in the future.
工具
create_memory
add_to_list
get_section
list_memories
get_memory_summary
search_within_memory
update_section
update_list_item
move_list_item
get_full_memory
服务器配置
{
"mcpServers": {
"mcp-structured-memory": {
"command": "npx",
"args": [
"@nmeierpolys/mcp-structured-memory"
]
}
}
}