An MCP server that uses a knowledge graph to store and recall structured memory for AI models
Connect MemoryMesh to Claude, Cursor or any other MCP client and it stops being a tab you switch to. An MCP server that uses a knowledge graph to store and recall structured memory for AI models. The memorymesh mcp server is what makes that connection.
MemoryMesh is a knowledge graph server designed for AI models, with a focus on text-based RPGs and interactive storytelling. It helps AI maintain consistent, structured memory across conversations, enabling richer and more dynamic interactions.
MemoryMesh is a local knowledge graph server that empowers you to build and manage structured information for AI models. While particularly well-suited for text-based RPGs, its adaptable design makes it useful for various applications, including social network simulations, organizational planning, or any scenario involving structured data.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Nodes — Nodes represent entities or concepts within the knowledge graph. Each node has:Edges — The Edges tool exposed by this serverSchemas — Schemas are the heart of MemoryMesh. They define the structure of your data and drive the automatic generation of toolsExample — 1. A simple example with custom instructions. 2. An example for the sake of example, with visualization _(NOT partPrerequisites — The Prerequisites tool exposed by this serverUpdating — Before updates, make sure to back up your dist/data directory to avoid losing your memory dataTroubleshooting — The Troubleshooting tool exposed by this serverVariables — You can override default settings using in /config/config.ts * MEMORY_FILE: Specifies the path to the JSON file used for storing the knowledge graphSetup 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. MemoryMesh's toolset — Nodes, Edges, Schemas and 5 more — is a fair guide to whether it matches your workflow. It is maintained by CheMiguel23; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MemoryMesh's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Nodes | Nodes represent entities or concepts within the knowledge graph. Each node has: |
| Edges | The Edges tool exposed by this server. |
| Schemas | Schemas are the heart of MemoryMesh. They define the structure of your data and drive the automatic generation of tools. |
| Example | 1. A [simple example](https://pastebin.com/0HvKg5FZ) with custom instructions. 2. An example for the sake of example, with visualization _(NOT part of the functionality)_ |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Updating | Before updates, make sure to back up your dist/data directory to avoid losing your memory data. |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| Variables | You can override default settings using in /config/config.ts * MEMORY_FILE: Specifies the path to the JSON file used for storing the knowledge graph data. (Default: dist/data/memory.json) * SCHEMAS_DIR: Path to schema fi |
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.