mcp-structured-memory
Verified Safeby nmeierpolys
Overview
Provides structured, domain-specific memory management through markdown files for ongoing projects, allowing AI to accumulate and organize valuable context over time.
Installation
npx @nmeierpolys/mcp-structured-memorySecurity Notes
The server primarily operates on local markdown files within a user-specific directory, limiting broader system impact. Input for memory IDs is sanitized to prevent path traversal vulnerabilities during file operations. No `eval` or direct command execution with untrusted input is observed. Standard file system operations are used, and backups are created before modifications. The overall design appears safe for a local tool.
Similar Servers
context-sync
Providing persistent memory and context synchronization for AI development across various tools and projects.
claude-conversation-memory-mcp
Provides long-term memory for AI coding assistants by indexing conversation history with semantic search, decision tracking, and cross-project search.
cortexgraph
CortexGraph is an MCP server that provides short-term memory for AI assistants, featuring temporal decay, reinforcement, and automatic promotion to long-term storage.
memory-mcp
This MCP server provides memory storage and intelligent context window caching capabilities for Large Language Model (LLM) conversations, including archiving, retrieval, and summarization.