engram

metalfinger/engram
★ 0 stars Python AI/LLM Updated 1d ago
Engram — cross-session AI memory: OKF brain + kb_* MCP server + Brain Navigator widget + explorer
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": {
    "engram": {
      "command": "uvx",
      "args": [
        "engram"
      ]
    }
  }
}

Or install with pip: pip install engram

README Excerpt

> **Long-term memory for your AI.** A private, git-backed knowledge base your Claude (or > any MCP client) reads and writes across every session and device — so a new chat picks up > exactly where the last one left off. Multi-user: invite people, share scoped access to > parts of your brain, and let their AI read it directly.