![]() |
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
- π§ Infinite Memory - Claude remembers everything across unlimited conversations with intelligent auto-summarization
- π Your Data, Your Control - 100% local storage with zero cloud dependencies or privacy concerns
- π Universal Knowledge Import - Pull in PDFs, research papers, web articles, and data files instantly
- β‘ Lightning Search - Ask questions in plain English: "What did we decide about the API design?"
- π― Effortless Organization - Smart tags and folders that organize themselves around your workflow
- π Intelligent Merging - Automatically combines related conversations while eliminating duplicates
- π€ AI-Powered Intelligence - Advanced search algorithms that understand context, not just keywords
- βοΈ Set-and-Forget Setup - Configure once, works invisibly forever
Stop losing brilliant ideas in chat history. Turn every Claude conversation into permanent, searchable knowledge that compounds over time.
Perfect for: Researchers, consultants, developers, and anyone who has important conversations with Claude that they can't afford to lose.
# First time installation
git clone https://github.com/ukkit/memcord.git
cd memcord
uv venv
source .venv/bin/activate
uv pip install -e .
{
"mcpServers": {
"memcord": {
"command": "uv",
"args": [
"--directory",
"/path/to/chat-memory-mcp",
"run",
"memcord"
],
"env": {
"PYTHONPATH": "/path/to/chat-memory-mcp/src"
}
}
}
}
π 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
# 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?"
Core Tools
memcord_name
- Create/select memory slotsmemcord_save
- Save conversations manuallymemcord_read
- Retrieve stored contentmemcord_save_progress
- Auto-summarize and appendmemcord_list
- List all memory slots
Privacy Control
memcord_zero
- Activate zero mode - no memory will be saved
Search & Intelligence
memcord_search
- Full-text search with Boolean operatorsmemcord_query
- Natural language questions about memories
Refer to π Complete Tools Reference for Advance Mode and detailed documentation for all 17 tools with examples and parameters.
- π Installation Guide - Complete setup instructions for all MCP applications
- π Feature Guide - Complete list of features
- π Tools Reference - Detailed documentation for all 14 tools
- π₯ Import & Merge Guide - Comprehensive guide for Phase 3 features π
- π Search & Query Guide - Advanced search features and natural language queries
- ποΈ Usage Examples - Real-world workflows and practical use cases
- βοΈ Data Format Specification - Technical details and file formats
- π οΈ Troubleshooting - Common issues and solutions
MIT License - see LICENSE file for details.
Issues & Feature Requests: Use the GitHub issue tracker
Found this helpful? Buy me a coffee β