Back to Home
WhenMoon-afk icon

claude-memory-mcp

Verified Safe

by WhenMoon-afk

Overview

Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.

Installation

Run Command
npx -y github:whenmoon-afk/claude-memory-mcp

Environment Variables

  • MEMORY_DB_PATH
  • DEFAULT_TTL_DAYS
  • MEMORY_DB_DRIVER
  • SUBSTRATIA_API_KEY
  • SUBSTRATIA_API_URL

Security Notes

The server is designed for local-first operation, primarily interacting with a SQLite database. SQL interactions use prepared statements, mitigating SQL injection risks. There are no instances of `eval` or explicit code obfuscation. Cloud synchronization (via `cloud.ts`) is an opt-in feature, handling API keys through environment variables or a dedicated config file, and communicating with a specified external API endpoint. The external API endpoint itself (Convex.site) should be trusted by the user for cloud sync to be used. Overall, the security practices appear solid for its intended use.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens600
Stars48
Forks9
Last Update2026-01-18

Tags

AI MemoryMCP ServerSQLite FTS5Local PersistenceContext Management