Engram is a hosted MCP server that provides reliable memory for AI agents:
Engram is a hosted MCP server that provides reliable memory for AI agents:. That is what the engram mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Give your AI agents a memory they can trust. Engram lets your AI remember past conversations, facts, and decisions, so it feels more like a real teammate.
The server publishes 4 tools. What each one is for:
Cursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverOpenCode — The OpenCode tool exposed by this serverOpenClaw — Once the skill is live on ClawHub:Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: ENGRAM_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Engram's toolset — Cursor, Windsurf, OpenCode and 1 more — is a fair guide to whether it matches your workflow.
This entry was verified against Engram's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| OpenCode | The OpenCode tool exposed by this server. |
| OpenClaw | Once the skill is live on [ClawHub](https://github.com/openclaw/clawhub): |
| Variable | Description | Required |
|---|---|---|
| ENGRAM_API_KEY | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.