memory_mcp
Verified Safeby hidao80
Overview
A local memory management server for desktop extensions to store and manage user preferences, interests, and current status.
Installation
docker run -p 58902:58902 -v ./memory_data.json:/app/memory_data.json memory-mcpSecurity Notes
The server performs local file I/O for memory data and logs. The memory file path is user-configurable via the desktop extension, which should handle path sanitization. The server listens on a local port (default 58902) as expected for an MCP, but this is a potential vector if other local processes are untrusted. No 'eval' or other highly dangerous functions were found. No hardcoded secrets.
Similar Servers
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
claude-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
Simple-Memory-Extension-MCP-Server
A persistent key-value memory store for AI agents, designed to extend context windows and enable semantic search over stored memories.
simple-memory-mcp-server
A Python server designed to manage and serve memory for AI agents, facilitating their interaction with external Large Language Models or data sources.