MCP Directory
Back

memcord

by ukkit · Python · ★ 66

🧠 Self-hosted, privacy-first MCP server for long-term AI memory — save, search & summarize Claude/ChatGPT chat history locally. No cloud, no database.

#ai-assistant#ai-memory#antigravity#chat-history#claude-code#claude-desktop#conversation-management#developer-tools#google-antigravity#llm#local-storage#mcp-server#memory-management#memory-slots#model-context-protocol#model-context-protocol-server#privacy-first#privacy-focused#python

Install

pip install git+https://github.com/ukkit/memcord.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "memcord": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ukkit/memcord.git"
      ]
    }
  }
}

From the README

MEMCORD v4.2.0 (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. Never Lose Context Again Transform your Claude conversations into a searchable, organized knowledge base that grows with you > **[What's new in v4.2.0](docs/versions.md#v420---storage-links-registry)** — Per-slot now shares the slot's full settings (not just data) across devices via a local storage-links registry. - [Core Benefits](#core-benefits) -…
Read full README on GitHub →

Related databases servers