Skip to main content
Glama

🧠 Engram

AI 에이전트를 위한 이식 가능하고 검증 가능한 메모리 — Walrus 기반. 에이전트에게 팀원에 대한 결정, 설정, 함정 또는 사실을 알려주세요. 에이전트는 이를 Walrus에 저장하고 세션, 기기, 모델을 넘어 — 팀 범위에서는 팀 전체에 걸쳐 — 회상합니다. 이미 제공한 컨텍스트를 다시 묻지 않게 해줍니다.

Walrus Memory 해커톤(SuiHub Lagos, 2026년 8월)을 위해 제작되었습니다.

두 가지 인터페이스, 하나의 아이디어

  • Engram MCP — Claude Code / Cursor / Codex에 추가하면 에이전트가 engram_remember / engram_recall / engram_tidy를 사용하게 되며, 개인 vs 팀 범위유형별 캡처 규칙을 지원합니다. 이것은 재현 가능한 결과물입니다: 실제 Walrus 쓰기와 검증 가능한 blob id.

  • Engram 웹 앱 — 지속적인 사실을 자동으로 캡처하고 각 항목의 Walrus blob id + 검사 링크를 표시하며, 🔒 개인 ↔ 👥 팀 토글과 모델 전환기를 갖춘 채팅 에이전트입니다. 오프라인 mock으로 키 없이 실행됩니다.

Related MCP server: Engram

프롬프트

PROMPT.md는 이를 구동하는 복사-붙여넣기 가능한 시스템 프롬프트입니다 — 무엇을 기억하고 언제 회상할지에 대한 규칙이 담겨 있습니다. 이 도구들에 연결된 모든 에이전트에 붙여넣으세요.

빠른 시작

pnpm install

# The MCP (real Walrus memory in your agent):
pnpm login:memwal        # one-time browser sign-in
# → add mcp/engram-mcp.mjs to your client (see mcp/README.md), paste PROMPT.md

# The web app demo (no keys needed):
pnpm dev                 # http://localhost:5173

작동 증명

engram_remember를 통해 Walrus 메인넷에 실시간으로 기록된 메모리 (aggregator가 HTTP 200을 반환):

SUBMISSION.md에서 전체 작성 내용을, VIDEO.md에서 데모 스크립트를 확인하세요.

구성

PROMPT.md          the copy-pasteable memory protocol (the star deliverable)
mcp/engram-mcp.mjs the MCP server (scope + typed rules) + mcp/README.md
src/, api/         the web app (Vite/React) + its serverless API
scripts/           smoke tests and proof collectors

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.
    14
    -
  • A
    license
    A
    quality
    A
    maintenance
    Open, local-first engram memory for AI agents: read, correct, and delete what your agent remembers. Works across Claude Code, Hermes, OpenClaw, and Cursor over MCP.
    39
    2,662,492
    243
    Apache 2.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides persistent memory tools (recall, remember, checkpoint) for AI agents, enabling them to save and restore state across sessions.
    3
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ipramking/engram'

If you have feedback or need assistance with the MCP directory API, please join our Discord server