Marketplace

Memory

io.modelcontextprotocol/memory · v2026.7.4

A persistent knowledge graph the agent writes to across a long prior-art investigation.

Install

Open this server in FlowLeap's marketplace to install it in a couple of clicks, or paste the config below into any MCP client.

New to the marketplace? See how installing works.

Runs as

npx · npm · @modelcontextprotocol/server-memory@2026.7.4

Repository

modelcontextprotocol/servers

Website

modelcontextprotocol.io

What it needs from you

  • MEMORY_FILE_PATHOptional

    Optional path to the JSON file the knowledge graph is stored in. Defaults to a file next to the server.

Manual config

Add this to your MCP client's config (e.g. an mcp.json or the client's mcpServers block), filling in any placeholders.

mcpServers
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/server-memory"
      ],
      "env": {
        "MEMORY_FILE_PATH": "<MEMORY_FILE_PATH>"
      }
    }
  }
}