MCP Hub
Back to servers

memcord

๐Ÿง  AI Memory Management for Claude Desktop. Save, search & organize chat history with intelligent summarization. MCP server.

Stars
22
Forks
5
Tools
9
Updated
Nov 27, 2025
Validated
Jan 9, 2026

MEMCORD v2.3.4 (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.

MCP Server Claude Code Claude Desktop VSCode Python License Buy Me a Coffee

Never Lose Context Again

Transform your Claude conversations into a searchable, organized knowledge base that grows with you

โœจ Core Benefits

  • ๐Ÿง  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
  • ๐ŸŽฏ Effortless Organization - Smart tags and folders that organize themselves around your workflow
  • ๐Ÿ”— Intelligent Merging - Automatically combines related conversations while eliminating duplicates

What's new in v2.3.4

Updated MCP SDK & MCP Protocol to latest:

 - MCP SDK: 1.22.0 (released November 20, 2025)
 - MCP Protocol: 2025-11-25 (released November 25, 2025)

๐Ÿš€ Quick Start

curl -fsSL https://github.com/ukkit/memcord/raw/main/install.sh | bash

This will:

  • Download and setup memcord
  • Set Up Python Virtual Environment using uv
  • Update claude_desktop_config.json & README.md with Installation Path

Manually update existing setup

uv pip install -e .
uv lock

Claude Desktop/VSCode

{
  "mcpServers": {
    "memcord": {
      "command": "uv",
      "args": [
        "--directory",
        "</path/to/memcord>",
        "run",
        "memcord"
      ],
      "env": {
        "PYTHONPATH": "</path/to/memcord>/src"
      }
    }
  }
}

Claude Code MCP (๐Ÿงช BETA)

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"

Manual Installaion

# 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.

๐Ÿ’ป Basic Usage

# 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.

๐Ÿ“š Documentation

โš ๏ธ Documentation updates in progress

๐Ÿ’Ž If you find this project helpful, consider:

  • ๐ŸŒŸ Starring the repository on GitHub
  • ๐Ÿค Support Development
  • ๐Ÿ› Reporting bugs and suggesting features

MIT License - see LICENSE file for details.

Reviews

No reviews yet

Sign in to write a review