An MCP (Model Context Protocol) server implementation that provides persistent memory capabilities for Large Language Models, specifically designed
An MCP (Model Context Protocol) server implementation that provides persistent memory capabilities for Large Language Models, specifically designed to integrate with the Claude desktop application. Exposed over MCP by the claude memory mcp cf mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
This project implements optimal memory techniques based on comprehensive research of current approaches in the field. It provides a standardized way for Claude to maintain persistent memory across conversations and sessions.
Everything the assistant can do here goes through one of these:
store_memory_example.py — Example of storing a memoryretrieve_memory_example.py — Example of retrieving memoriesYou will need one environment variable: MEMORY_FILE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Claude Memory MCP Cf's toolset — store_memory_example.py, retrieve_memory_example.py — is a fair guide to whether it matches your workflow. It is maintained by towan912; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| store_memory_example.py | Example of storing a memory |
| retrieve_memory_example.py | Example of retrieving memories |
| Variable | Description | Required |
|---|---|---|
| MEMORY_FILE_PATH | Filesystem location the server is allowed to use. | 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.