Back to Home
adamkwhite icon

claude-memory-mcp

Verified Safe

by adamkwhite

Overview

Provides searchable local storage for Claude conversation history, enabling context retrieval during current sessions.

Installation

Run Command
python3 src/server_fastmcp.py

Environment Variables

  • CLAUDE_MEMORY_PATH
  • CLAUDE_MCP_LOG_FORMAT
  • CLAUDE_MCP_LOG_LEVEL
  • CLAUDE_MCP_LOG_FILE
  • CLAUDE_MCP_CONSOLE_OUTPUT

Security Notes

The project demonstrates strong security practices with comprehensive input validation (titles, content, queries) to prevent path traversal, null byte injection, and dangerous regex patterns. Path validation ensures operations are confined to safe directories. Logging includes sanitization and path redaction to prevent log injection and information disclosure. Search queries are sanitized for SQLite FTS. No obvious hardcoded secrets or malicious patterns were found. The primary MCP transport is stdio, reducing network exposure.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens12500
Stars1
Forks2
Last Update2025-11-30

Tags

Full-text searchTopic extractionWeekly summariesConversation storageMCP integration