engramize

tweakyourpc/engramize
★ 0 stars Python 🤖 AI/LLM Updated today
Approval-gated memory workflow scaffold for AI agents with MCP server and evaluation logic
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engramize": {
      "command": "uvx",
      "args": [
        "engramize"
      ]
    }
  }
}

Or install with pip: pip install engramize

README Excerpt

`engramize` is a standalone scaffold for an evaluation-driven memory workflow. It keeps the shape of the original `ENGRAM` stack while moving qualification, deduplication, drafting, approval, and verification into code. This repository currently contains original scaffold code only. It does not vendor the upstream

Tools (9)

commit_memory_with_approvaldelete_memorydraft_memoryevaluate_candidatelist_all_memoriesretrieve_chunkretrieve_memorysearch_memoriesstore_memory

Topics

ai-agentsflaskllmmcpmemorypython