MCP Directory
Back

imprint-memory

by Qizhan7 · Python · ★ 58

Persistent memory system for Claude Code — hybrid search (FTS5 + vector), message bus, task queue. Works as MCP server (stdio + HTTP).

Install

pip install git+https://github.com/Qizhan7/imprint-memory.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": {
    "imprint-memory": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Qizhan7/imprint-memory.git"
      ]
    }
  }
}

From the README

English | 中文 Give Claude a memory that lasts. Everything you tell it stays — searchable across conversations, private, on your machine. Your memory lives in a local database — not the cloud. Default embeddings use a free Google key; go fully local and offline with Ollama. - **Captures every turn automatically** — each surface feeds the same store through its own entry point: a hook for Claude Code, the Chrome sync extension for claude.ai, channel adapters for Telegram and the like. Every message lands in a searchable log, gets segmented into events, and multimodal-embedded (text +…
Read full README on GitHub →

Related productivity servers