memory-mcp
Verified Safeby JamesANZ
Overview
Provides persistent memory and intelligent context window caching for LLM conversations within AI coding environments.
Installation
npx @jamesanz/memory-mcpEnvironment Variables
- MONGODB_URI
Security Notes
The server uses standard Node.js practices and connects to MongoDB. Communication with clients (like Cursor or Claude Desktop) occurs via standard I/O (stdio), limiting direct network exposure. No 'eval' or obvious code obfuscation was found. The primary security considerations are proper configuration and securing the MongoDB instance, as sensitive conversation data is stored there. The `postinstall` script modifies Claude Desktop's configuration, which is an expected integration step but involves file system modification. Overall, it appears designed with a reasonable security posture for its intended use case.
Similar Servers
memory-mcp-server-go
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
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.
cortexgraph
A Model Context Protocol (MCP) server providing AI assistants with ephemeral, local short-term memory, temporal decay, reinforcement, and automatic promotion to long-term storage.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.