simple-memory-mcp
Verified Safeby AojdevStudio
Overview
This server provides persistent AI memory and knowledge graph storage, enabling AI assistants to maintain context across sessions and integrate with tools like Obsidian for visualization.
Installation
npm startEnvironment Variables
- MEMORY_PATH
- NODE_ENV
- OBSIDIAN_AUTO_EXPORT
- OBSIDIAN_VAULT_PATH
- OBSIDIAN_EXPORT_FORMAT
- DEBUG
Security Notes
The server is designed for local, user-permissioned operation, primarily using file system operations (read/write JSON) for persistence. It includes JSON schema validation for MCP tool inputs. The `SECURITY.md` file indicates a strong awareness of best practices, emphasizing private disclosure for vulnerabilities, and warning against exposing the server over a network due to lack of built-in authentication. There are no obvious malicious patterns or dynamic code execution from untrusted input (like `eval`). Risks primarily involve file system permissions for the configured memory and Obsidian vault paths, and the absence of data encryption for local storage.
Similar Servers
mem-agent-mcp
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
mcp-obsidian
Enables AI assistants to securely and intelligently interact with Obsidian vaults via the Model Context Protocol (MCP).
obsidian-mcp-plugin
Provides AI assistants with semantic agency over an Obsidian knowledge graph, enabling them to understand, navigate, and synthesize information across notes using the Model Context Protocol.
memory-graph
Provides intelligent, persistent graph-based memory capabilities for AI assistants and coding agents in Claude Code environments.