Skip to content
Cursor

memory for Cursor

com.leapmemory/memory

Long-term memory for AI assistants. Isolated per-user storage, recall across conversations.

client:Cursor transport:streamable-http

Install memory in Cursor

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

{
  "mcpServers": {
    "memory": {
      "url": "https://api.leapmemory.com/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