Back to Home
JamesANZ icon

memory-mcp

Verified Safe

by 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

Run Command
npx @jamesanz/memory-mcp

Environment 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

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars11
Forks8
Last Update2025-12-04

Tags

llm-memorycontext-managementmongodbconversation-orchestrationmcp-server