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
MemoryMesh
A local knowledge graph server for AI models, focusing on structured memory for text-based RPGs and interactive storytelling.
memory-mcp-server-go
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
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.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.