perspectives
Verified Safeby ApreisP4x
Overview
A basic implementation of persistent memory using a local knowledge graph, allowing an AI assistant to remember information across chats.
Installation
npx -y @modelcontextprotocol/server-memoryEnvironment Variables
- MEMORY_FILE_PATH
Security Notes
The server operates locally via standard I/O and uses a local JSONL file for persistence. File operations are limited to the configured 'memory.jsonl' path. No 'eval', obfuscation, or direct network exposure. The primary security consideration is ensuring 'MEMORY_FILE_PATH' is configured by the user to a non-sensitive location, but this is a user configuration risk, not an inherent server vulnerability.
Similar Servers
mcp-duckdb-memory-server
Serves as a local knowledge graph memory backend for LLMs, storing entities, relations, and observations using DuckDB for efficient querying and data management.
context-sync
Providing persistent memory and context synchronization for AI development across various tools and projects.
memory-mcp
This MCP server provides memory storage and intelligent context window caching capabilities for Large Language Model (LLM) conversations, including archiving, retrieval, and summarization.
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.