Back to Home
JamesANZ icon

memory-mcp

Verified Safe

by JamesANZ

Overview

Provides persistent memory and intelligent context window caching for LLM conversations within AI coding environments.

Installation

Run Command
npx @jamesanz/memory-mcp

Environment 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

Stats

Interest Score38
Security Score8
Cost ClassLow
Stars11
Forks8
Last Update2025-12-10

Tags

MCP ServerMemory ManagementContext CachingLLM ConversationsMongoDB