Back to Home
AojdevStudio icon

simple-memory-mcp

Verified Safe

by 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

Run Command
npm start

Environment 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

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-05

Tags

mcpmemoryaiknowledge-graphobsidiannode.jslocal-storagedeveloper-tool