Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Memory MCP Server logo
MCP server

Memory MCP Server

Persistent knowledge graph memory that survives between sessions.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @modelcontextprotocol/server-memory
mcpServers
{
  "mcpServers": {
    "memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
Tools
9
License
MIT
Tools
create_entitiescreate_relationsadd_observationsdelete_entitiesdelete_observationsdelete_relationsread_graphsearch_nodesopen_nodes

This reference server gives a model a small knowledge graph it can write to: entities, relations between them, and free-form observations attached to each entity. Facts collected in one conversation can be searched and reopened in the next, which is how it replaces a chat history the model no longer has. Everything is stored in a local JSONL file whose path is set with the MEMORY_FILE_PATH variable, so the data stays inspectable and easy to back up.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?