claude-memory-mcp
Verified Safeby Stig-Johnny
Overview
Provides persistent memory capabilities for Claude Code agents, allowing them to store and recall decisions, error solutions, project context, learnings, and session state across conversations, with optional cloud synchronization.
Installation
node index.jsSecurity Notes
The server uses SQLite locally and prepared statements, mitigating common SQL injection risks. Optional cloud sync with Google Cloud Firestore requires users to generate and secure a service account key (`firestore-key.json`), which should never be committed to Git. Users are explicitly warned against storing secrets (e.g., API keys, passwords) directly in memory, recommending environment variables instead. Firestore security rules are the user's responsibility for production use. Overall, the code itself is not inherently insecure, but relies on proper user configuration and handling of external secrets and cloud service security.
Similar Servers
claude-historian-mcp
Provides an MCP server for Claude Code to search and retrieve insights from conversation history, including past solutions, file changes, and tool usage patterns.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
claude-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).