Memori MCP server — persistent AI memory with recall and augmentation tools
Memori MCP server — persistent AI memory with recall and augmentation tools. Exposed over MCP by the memori mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Memori turns stateless agents into stateful systems by providing structured, persistent memory that works across sessions and workflows.
Everything the assistant can do here goes through one of these:
memori_recall — Start of each user turnmemori_recall_summary — Session starts, daily briefs, status updates, project overviewsmemori_compaction — After context compactionmemori_advanced_augmentation — After composing a responsememori_feedback — When the user flags a memory issue or praises a resultmemori_signup — When the user explicitly asks and provides an emailmemori_quota — When the user asks about usage or quota errors appearProperty — ValueServer — Memori MCPEndpoint — https://api.memorilabs.ai/mcp/Transport — Stateless HTTPAuth — API key via request headersSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 3 environment variables: MEMORI_API_KEY, MEMORI_ENTITY_ID, MEMORI_PROCESS_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
entity_id to identify the end user (e.g. user_123) - An optional process_id to identify the agent or workflow (e.g. my_agent) Export these in your shell or replace the placeholders directly in your 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. Memori MCP's toolset — memori_recall, memori_recall_summary, memori_compaction and 11 more — is a fair guide to whether it matches your workflow. It is maintained by memorilabs; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Memori MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| memori_recall | Start of each user turn |
| memori_recall_summary | Session starts, daily briefs, status updates, project overviews |
| memori_compaction | After context compaction |
| memori_advanced_augmentation | After composing a response |
| memori_feedback | When the user flags a memory issue or praises a result |
| memori_signup | When the user explicitly asks and provides an email |
| memori_quota | When the user asks about usage or quota errors appear |
| Property | Value |
| Server | Memori MCP |
| Endpoint | https://api.memorilabs.ai/mcp/ |
| Transport | Stateless HTTP |
| Auth | API key via request headers |
| Header | Required |
| X-Memori-API-Key | Yes |
entity_id to identify the end user (e.g. user_123) - An optional process_id to identify the agent or workflow (e.g. my_agent) Export these in your shell or replace the placeholders directly in your config: ---| Variable | Description | Required |
|---|---|---|
| MEMORI_API_KEY | Credential the server authenticates with. | Yes |
| MEMORI_ENTITY_ID | Configuration value read at startup. | Optional |
| MEMORI_PROCESS_ID | Configuration value read at startup. | Optional |
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.