Skip to content
Cursor

Memory for Cursor

io.github.modelcontextprotocol/server-memory

Reference knowledge-graph memory server. Persists entities, relations and observations so an agent can remember facts across conversations.

client:Cursor transport:stdio runtime:npm tools:9

Install Memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "server-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Memory in other clients