imprnt

aleksandr-bogdanov/imprnt
★ 1 stars TypeScript AI/LLM Updated 1d ago
Plain-markdown memory for AI assistants. The model writes once, grep + BM25 reads it back. No embeddings, no MCP server. MIT.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "imprnt": {
      "command": "npx",
      "args": [
        "-y",
        "aleksandr-bogdanov/imprnt"
      ]
    }
  }
}

README Excerpt

> The long-term memory your AI assistant is missing. Plain markdown, on your disk, yours forever. Your assistant starts every chat blank. You re-explain your projects, your people, and your decisions every time, and whatever it learns dies with the session. imprnt fixes that. You talk, your assistant files what matters into plain text files on your disk, and weeks later it answers

Topics

agent-memoryai-memorybm25claude-codecliknowledge-baselocal-firstmarkdownpkm