Skip to main content
Glama

🧠 Engram

AIエージェント向けの移植可能で検証可能なメモリ — Walrus上で動作します。 エージェントに、意思決定、設定、落とし穴、またはチームメイトに関する事実を伝えると、エージェントはそれらをWalrusに保存し、セッション、デバイス、モデルを超えて呼び出します。チームスコープでは、チーム全体にわたって呼び出せます。すでに与えたコンテキストを再度尋ねることはなくなります。

Walrus Memoryハッカソン(SuiHub Lagos、2026年8月)のために作られました。

2つのサーフェス、1つのアイデア

  • Engram MCP — Claude Code / Cursor / Codex に追加すると、エージェントは 個人スコープとチームスコープ型付きキャプチャルール を備えた engram_remember / engram_recall / engram_tidy を利用できます。これは再現可能な成果物であり、実際のWalrusへの書き込みと検証可能なブロブIDを伴います。

  • Engram Webアプリ — 永続的な事実を自動的にキャプチャし、それぞれの WalrusブロブIDと検査リンク を表示するチャットエージェントです。🔒 個人 ↔ 👥 チームのトグルとモデル切り替え機能を備えています。オフラインのモックにより、キーを一切使わずに動作します。

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メインネット にライブで書き込まれたメモリ(アグリゲーターが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