engram-rehydrate

Retrieve Engram semantic memories and write them as .md files into Claude's Memory Tool directory.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill engram-rehydrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engram-rehydrate
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/engram-rehydrate
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill engram-rehydrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires engram, claude-mem-tool, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill connects Engram's semantic long-term memory with Claude's Memory Tool, enabling seamless retrieval of relevant memories for the current project and enhancing Claude's capabilities.

Core Features & Use Cases

  • Semantic Memory Integration: Merges Engram's semantic memory with Claude's Memory Tool.
  • Memory Retrieval: Queries Engram for top-K relevant memories and writes them as .md files into Claude's Memory Tool directory.
  • Use Case: For a project manager working on a software development project, this Skill can retrieve past discussions, decisions, and other relevant information from Engram, making Claude's responses more informed and contextually aware.

Quick Start

Enable the engram-rehydrate skill to automatically rehydrate memory upon session start.

Frequently Asked Questions about engram-rehydrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Engram MCP semantic memory to the Claude Memory Tool?

To connect Engram MCP semantic memory to the Claude Memory Tool, you can enable a bridging skill that queries Engram for top-K relevant memories and writes them as .md files into Claude's memory directory.

What is contextual retrieval from semantic memory for AI-assisted tasks?

Contextual retrieval for AI-assisted tasks is the process of pulling relevant long-term semantic memories into an AI session, ensuring responses are informed by past project discussions, decisions, and contextual data.

Do I need both Engram MCP and Claude Memory Tool to rehydrate semantic memory?

Yes, you need both Engram MCP and the Claude Memory Tool installed, as the bridging process requires Engram for semantic memory access and the Claude Memory Tool for filesystem-based directory creation.

How do I automatically retrieve past project memories when starting a Claude session?

You can automatically retrieve past project memories by enabling the rehydrate skill upon session start, which automatically queries Engram and populates the Claude Memory Tool directory with relevant .md files.

Can I use Engram semantic memory for software development project management in Claude?

Yes, you can use Engram semantic memory for software development project management in Claude to retrieve past discussions and decisions, making AI responses more contextually aware of your project history.

What are the limitations of bridging Engram MCP to Claude for contextual memory retrieval?

A limitation of bridging Engram MCP to Claude for contextual memory retrieval is that the process relies on filesystem-based directory creation and is constrained to writing the retrieved top-K memories as .md files.