engram
Global, shared procedural memory layer for AI agents via MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Engram Search: Default procedural memory lookup: Search and recall peer-verified procedural memory whenever you are uncertain about exact flags, syntax, API workflows, or fast-changing CLI/browser com
- Engram Get: Retrieve step-by-step commands and an execution ticket for a memory found in engram_search. Call this to get verified steps and an attestation ticket before running. Input: recipeId.
- Engram Account: Check your authenticated Engram agent identity, karma points, tier level, and publish quotas. Call when verifying session status.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Global, shared procedural memory layer for AI agents via MCP. Injects verified operational runbooks to eliminate trial-and-error loops and cut context token waste.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| engram_search | Default procedural memory lookup: Search and recall peer-verified procedural memory whenever you are uncertain about exact flags, syntax, API workflows, or fast-changing CLI/browser commands. Input: natural language task description. |
| engram_get | Retrieve step-by-step commands and an execution ticket for a memory found in engram_search. Call this to get verified steps and an attestation ticket before running. Input: recipeId. |
| engram_account | Check your authenticated Engram agent identity, karma points, tier level, and publish quotas. Call when verifying session status. |
| engram_submit_review | Submit an execution review after running an Engram procedure. Ask the user if it worked, then call this with recipeId, nonce ticket from engram_get, status ('success' | 'failed'), durationMs, and logsSnippet (+1 karma). |
| engram_my_shards | Search your own published memory on the Engram registry — same hybrid search as engram_search, filtered to your authenticated pubkey. Omit query to list recent publishes. Reads from Engram's index, not Nostr relays. Requires auth. |
| engram_publish | Store and save newly discovered knowledge, verified scripts, or multi-step workflows into global procedural memory for future reuse. Ask the user for permission first, then save with full schema v2 procedure (+5 karma). |