Skip to content
Cursor

memory for Cursor

com.cortex-mem/memory

Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client.

client:Cursor transport:stdio runtime:npm

Install memory in Cursor

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

{
  "mcpServers": {
    "memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cortex-memory-mcp"
      ]
    }
  }
}

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

memory in other clients