# @devinmlowe/engram

Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 0.4.0
- **Author:** io.github.devinmlowe
- **License:** Unknown
- **npm:** @devinmlowe/engram
- **Source:** https://github.com/devinmlowe/engram
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 1 day

## Security scan

- **Status:** warnings
- **Scanned:** 2026-09-19T17:59:02.389Z
- **Version scanned:** 0.4.0
- **CVEs:** none found by OSV at scan time

## Tools

17 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `extract_commitments` — Record the commitments, intentions and follow-ups actually stated in the conversation.
- `recall` — Retrieve relevant memories from past Claude Code conversations and
- `remember` — Store a fact, preference, decision, or other knowledge as a semantic
- `remember_batch` — Store multiple facts, preferences, decisions, or other knowledge items
- `show` — Read full conversations to extract detailed context after
- `explore` — Explore connections in the knowledge graph starting from an entity.
- `reflect` — View emergent patterns and structure in the knowledge graph.
- `recall_session` — Create or continue an iterative search session for multi-step memory
- `recall_drill` — Drill into a specific result from a recall session to get expanded
- `explore_selective` — Explore the knowledge graph selectively by expanding only branches
- `fetch_snippets` — Fetch multiple line ranges from a single file in one call. Ranges are
- `scan_file` — Scan a file server-side with regex patterns and return structured matches
- `index_file_structure` — Parse a source file to extract function, class, and module definitions,
- `commitments` — List tracked commitments — first-person promises, intentions and
- `commitments_update` — Resolve a tracked commitment once the user confirms it is handled:
- `ingest_turn` — Record one user/assistant turn of an external agent conversation
- `forget` — Remove a memory the user says is wrong or stale. Pass the memory_id

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"engram\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@devinmlowe/engram\"\n      ],\n      \"env\": {\n        \"ENGRAM_MCP_TOKEN\": \"<YOUR_ENGRAM_MCP_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `ENGRAM_MCP_TOKEN` — Engram Mcp Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Moderate blast radius — holds an api key; runs on your machine.
- Floor 23, ceiling 23 (tier: moderate)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40devinmlowe%2Fengram
- Install plan: https://forgeregistry.com/api/v1/packages/%40devinmlowe%2Fengram/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40devinmlowe%2Fengram
- HTML page: https://forgeregistry.com/registry/%40devinmlowe%2Fengram
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
