Back to Home
nulone icon

mcp-learning-memory

Verified Safe

by nulone

Overview

Provides AI assistants with persistent, feedback-learning memory to save insights, track feedback, and improve information retrieval.

Installation

Run Command
node dist/index.js

Environment Variables

  • XDG_DATA_HOME

Security Notes

The server operates locally via standard I/O (stdio) and does not expose any network interfaces, significantly reducing external attack surface. It explicitly avoids `console.log` to prevent stdout pollution, which is critical for the MCP protocol. Robust input validation (`src/validation.ts`) prevents oversized or malformed data. Data integrity is prioritized with atomic file writes using a temp-file-and-rename pattern, mutex protection for concurrent access, and automatic recovery with backup generation for corrupted data files. No hardcoded secrets or 'eval' statements were found. The use of XDG Base Directory Specification for data storage is good practice.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

AI MemoryMCP ServerFeedback LearningKnowledge BasePersistent Storage