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, searchable memory for Claude Desktop and other MCP-compatible AI assistants.
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.
copilot-memory-store
A persistent local memory store for AI assistants and coding agents, enabling context engineering by saving, searching, and compressing developer-specific knowledge across conversations.