Back to Home
chrisribe icon

simple-memory-mcp

Verified Safe

by chrisribe

Overview

A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.

Installation

Run Command
simple-memory

Environment Variables

  • MEMORY_DB
  • MEMORY_BACKUP_PATH
  • MEMORY_BACKUP_INTERVAL
  • MEMORY_BACKUP_KEEP
  • MEMORY_CLOUD_SAFE
  • MEMORY_DEBUG
  • DEBUG
  • MCP_PORT
  • MCP_HOST
  • WEB_PORT

Security Notes

The server uses `better-sqlite3` with prepared statements, mitigating SQL injection risks. File system operations are confined to expected database and backup paths. The HTTP transport uses wide-open CORS (`Access-Control-Allow-Origin: *`), but the README explicitly warns against exposing it externally without additional security measures. No `eval`, obfuscation, or hardcoded secrets were identified.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassLow
Avg Tokens500
Stars4
Forks1
Last Update2025-12-07

Tags

AIMemorySQLiteFull-Text SearchMCP