Memcord
STDIOPrivacy-first MCP server for organizing, summarizing, and searching chat history with AI
Privacy-first MCP server for organizing, summarizing, and searching chat history with AI
       
     | 
      MEMCORD v2.3.2 (mcp server)This privacy-first, self-hosted MCP server helps you organize chat history, summarize messages, search across past chats with AI — and keeps everything secure and fully under your control.  | 
Transform your Claude conversations into a searchable, organized knowledge base that grows with you
Storage health reports as UNHEALTHY due to async/await issue.
Updated methods to async that were missed earliers
- DiagnosticTool.run_health_checks() - DiagnosticTool._check_storage_health() - DiagnosticTool.generate_system_report() - StatusMonitoringSystem.get_system_status() - StatusMonitoringSystem.generate_full_report()
curl -fsSL https://github.com/ukkit/memcord/raw/main/install.sh | bash
This will:
{ "mcpServers": { "memcord": { "command": "uv", "args": [ "--directory", "</path/to/memcord>", "run", "memcord" ], "env": { "PYTHONPATH": "</path/to/memcord>/src" } } } }
Add MCP server for your project - check README.md for installation path
claude mcp add-json memcord '{"type":"stdio","command":"uv","args":["--directory","</path/to/memcord>","run","memcord"],"env":{"PYTHONPATH":"</path/to/memcord>/src"}}'
Verify installation
claude mcp list claude mcp get memcord
Add at top of your CLAUDE.md file
memcord_name "NAME_OF_YOUR_PROJECT"
# Traditional installation method git clone https://github.com/ukkit/memcord.git cd memcord uv venv source .venv/bin/activate uv pip install -e . # Replace </path/to/memcord/> in claude_desktop_config.json to the path where you installed it manually
Complete Installation Guide - Detailed setup for Claude Code, Claude Desktop, and other MCP applications.
# Create a memory slot and save conversation memcord_name "project_meeting" memcord_save "Our discussion about the new API design..." memcord_save_progress # Use existing memory slot memcord_use "project_meeting" 🆕 # Navigate timeline - select specific entries memcord_select_entry "2 hours ago" # or "latest", index, timestamp 🆕 # Privacy control - activate zero mode (no saving) memcord_zero # No memory will be saved until switched to another slot # Search and query your memories memcord_search "API design decisions" memcord_query "What did we decide about authentication?" # Merge related conversations memcord_merge ["project_meeting", "api_notes"] "consolidated_project" 🆕
Refer to 📖 Complete Tools Reference for Advanced Mode and detailed documentation for all 19 tools with examples and parameters.
💎 If you find this project helpful, consider:
MIT License - see LICENSE file for details.