claude-conversation-memory-mcp
Verified Safeby xiaolai
Overview
Provides long-term memory for AI coding assistants by indexing conversation history with semantic search, decision tracking, and cross-project search.
Installation
claude-conversation-memory-mcpEnvironment Variables
- EMBEDDING_PROVIDER
- EMBEDDING_MODEL
- EMBEDDING_DIMENSIONS
- EMBEDDING_BASE_URL
- OPENAI_API_KEY
Security Notes
The server performs extensive file system operations (read/write/move/delete conversation logs, database files, backups) within the user's home directory (`~/.claude/projects`, `~/.codex`, `~/.claude/backups`). This broad access is inherent to its functionality. SQL queries utilize prepared statements via 'better-sqlite3' to mitigate injection risks. No hardcoded secrets or 'eval' usage were found. Network calls are directed to configured embedding providers (local Ollama, Transformers.js, or external OpenAI API). Potential data loss risks exist with migration and deletion tools, but backups are automatically created.
Similar Servers
memcord
Memcord is a privacy-first, self-hosted MCP server designed to organize chat history, summarize messages, and enable AI-powered search across past conversations, keeping all data secure and under user control.
cortexgraph
CortexGraph is an MCP server that provides short-term memory for AI assistants, featuring temporal decay, reinforcement, and automatic promotion to long-term storage.
post-cortex
Post-Cortex transforms ephemeral AI conversations into persistent, searchable knowledge, enabling AI assistants to maintain memory across sessions with semantic search and automatic knowledge graph construction.
mcp-structured-memory
Provides structured, domain-specific memory management through markdown files for ongoing projects, allowing AI to accumulate and organize valuable context over time.