memory-mcp
Verified Safeby JamesANZ
Overview
This MCP server provides memory storage and intelligent context window caching capabilities for Large Language Model (LLM) conversations, including archiving, retrieval, and summarization.
Installation
npx @jamesanz/memory-mcpEnvironment Variables
- MONGODB_URI
- SHARED_MONGODB_URI
Security Notes
The server appears well-structured with no obvious malicious code, obfuscation, or hardcoded sensitive secrets beyond a default local MongoDB URI which can be overridden by an environment variable. It uses standard `StdioServerTransport` for MCP communication. The `setup-claude-config.js` script modifies a user's local Claude Desktop configuration file (`claude_desktop_config.json`) to integrate the MCP server, which is part of its intended installation process. The primary security consideration lies with the external MongoDB instance; if not properly secured, it could expose the stored memory data. No `eval` or similar dangerous patterns are used without clear justification.
Similar Servers
context-sync
Providing persistent memory and context synchronization for AI development across various tools and projects.
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.
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.
post-cortex
Post-Cortex transforms ephemeral AI conversations into persistent, searchable knowledge, enabling AI assistants to maintain memory across sessions with semantic search and automatic knowledge graph construction.